The simplest setup, pure Express + pure Socket.io.
It's simple template (or maybe snippet?) for personal usage, only most used modules. Check package.json.
git clone https://github.com/Metnew/express-socket.io-run.git
cd express-socket.io-run && rm -rf .git
npm i
npm run dev # dev mode with restart (by nodemon)
npm start # start app
Vladimir Metnew vladimirmetnew@gmail.com
MIT