No description
src | ||
.gitignore | ||
env.example | ||
package-lock.json | ||
package.json | ||
README.md |
APL Esports Nuke
This is a real-time websocket service for handling live updates of stream data. This includes basic token authentication through the CMS for creating/updating data.
Instructions to deploy
- Copy
env.example
as.env
and fill in the details (make sureNODE_ENV
is set to production) - Run
npm i
- Expose your chosen port (default 5000) or use a reverse proxy which supports WebSockets