https://github.com/leopardd/chat
:tada: Basic chat
https://github.com/leopardd/chat
chat websocket
Last synced: 2 months ago
JSON representation
:tada: Basic chat
- Host: GitHub
- URL: https://github.com/leopardd/chat
- Owner: leopardd
- License: mit
- Created: 2017-09-17T08:47:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T01:30:14.000Z (about 2 years ago)
- Last Synced: 2024-03-19T14:00:41.924Z (over 1 year ago)
- Topics: chat, websocket
- Language: JavaScript
- Homepage: http://chat.jojoee.com/
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chat
[](https://travis-ci.org/leopardd/chat)
[](https://codecov.io/github/leopardd/chat)
[](LICENSE.md)
Basic chat
## Getting started
1. Install [Node.js](https://nodejs.org/en/)
2. Install dependencies: `npm install`
3. Setup config `config/index.js`
4. Start
```bash
# 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
- [x] 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