Skip to content

bitbreaker373/EmulatorJS-netplay-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emuserver

Working netplay server for https://github.com/ethanaobrien/emulatorjs

For a webserver:

Run npm i to init packages

And then npm start to start the server

Edit the config.json to your liking

To start or stop the server, go to the root of the port or domain.

The username is admin and you can set the password in the config passwordforserver value.

{
    "defaultserverstate" : false,
    "passwordforserver" : "mypassword"
}

For users with windows:

Go to the releases tab and download for the needed os

For developers:

Run cd electron to go in the folder

Then npm i to init packages

And then npm start to start the server

Instructions on how to set up are in the readme here

Bugs may exist - open an issue if you find one

LICENSE

Licenced under the Apache License 2.0

Read the whole license here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published