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
Licenced under the Apache License 2.0
Read the whole license here