Skip to content

leopardd/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5957d08 Â· Nov 8, 2023

History

28 Commits
Sep 17, 2017
Sep 17, 2017
Nov 19, 2017
Nov 7, 2023
Nov 19, 2017
Nov 7, 2023
Sep 17, 2017
Jul 8, 2018
Sep 17, 2017
Nov 8, 2023
Jul 8, 2018
Nov 8, 2023
Nov 7, 2023
Nov 7, 2023
Nov 8, 2023
Nov 7, 2023
Sep 17, 2017
Sep 17, 2017

Repository files navigation

chat

Travis Codecov Software License

Basic chat

Getting started

  1. Install Node.js
  2. Install dependencies: npm install
  3. Setup config config/index.js
  4. 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=*

Note

  • 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