You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Ayush Mukherjee 05900b7e46 feat: add more values 2 weeks ago
src feat: add more values 2 weeks ago
.gitignore init websocket support 3 years ago
README.md fix readme point 3 years ago
env.example finish apl nuke v1.0.0 3 years ago
package-lock.json feat: add performance pkgs for ws 3 weeks ago
package.json feat: add performance pkgs for ws 3 weeks ago

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

  1. Copy env.example as .env and fill in the details (make sure NODE_ENV is set to production)
  2. Run npm i
  3. Expose your chosen port (default 5000) or use a reverse proxy which supports WebSockets