Skip to content

slopen/websockets-mongo

Repository files navigation

websockets-mongo

install / setup

$ git clone https://github.com/slopen/websockets-mongo.git
$ cd websockets-mongo
$ npm i

nginx setup

production

$ npm run production

development

  • comment out production block in nginx.conf
  • uncomment development block in nginx.conf
  • $ npm run dev