Skip to content

peterdee/deepseen-ws

Repository files navigation

deepseen-ws

A Websockets server for the Deepseen project

Stack: Node, Socket.IO, Redis, JWT

DEV: http://localhost:9500

STAGE: https://deepseen-ws.herokuapp.com

Deploy

git clone https://github.com/peterdee/deepseen-ws
cd ./deepseen-ws
nvm use 14
npm i

Environment variables

The .env file is required, see the .env.example for details

Launch

npm run dev

Lint

The airbnb preset is used in conjunction with ESLint

npm run lint

Heroku

The staging branch is auto-deployed to Heroku

License

MIT