This server is exclusively compatible with this repository!
This server helps SRB2web connect to other players' netgames and host web games. It uses IP addresses to manage connections in memory.
Configuration files are at /config
Install dependencies:
npm installRun the server (defaults to port 3000):
Note: You cannot run this on the same port as the SRB2web development server.
npm run startRun on a custom port (Linux/macOS):
PORT=8080 npm run start