Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 803 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 803 Bytes

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