This is a web application that enables users to communicate with one another in real-time. The backend handles concurrent connections using Socket.io.
npm i && npm i --prefix ./frontend
npm start
- In separate terminal:
npm start --prefix ./frontend
- At root:
npm run build
serve -s -n build
forever stopall; forever start ./backend/server.js