No description
Find a file
2023-11-24 12:51:37 +05:30
src feat: add more values 2023-11-24 12:51:37 +05:30
.gitignore init websocket support 2021-03-12 00:12:25 +05:30
env.example finish apl nuke v1.0.0 2021-03-12 04:59:06 +05:30
package-lock.json feat: add performance pkgs for ws 2023-11-17 13:36:04 +05:30
package.json feat: add performance pkgs for ws 2023-11-17 13:36:04 +05:30
README.md fix readme point 2021-03-12 05:09:09 +05:30

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