Basic chat
- Install Node.js
- Install dependencies:
npm install
- Setup config
config/index.js
- Start
# Dev
npm run build.watch
nodemon server.js --watch server.js
# Prod, server
npm run build.prod
node server.js
# ENV
NODE_ENV=development
DEBUG=*
- Compatible with all browsers
- Automated scripts: unit test
- Automated scripts: browser compatibility test
- Automated scripts: E2E
- Automated scripts: deploy to production
- History messages
- User list on sidebar