https://github.com/micmro/event-chat
minimal realtime chat
https://github.com/micmro/event-chat
Last synced: 5 months ago
JSON representation
minimal realtime chat
- Host: GitHub
- URL: https://github.com/micmro/event-chat
- Owner: micmro
- License: mit
- Created: 2016-07-23T10:42:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T11:55:32.000Z (almost 10 years ago)
- Last Synced: 2025-06-09T01:04:30.227Z (about 1 year ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# event-chat
minimal socket-io based realtime chat
# run it
```
#install dependencies
npm install
#start server
npm run start
```