An open API service indexing awesome lists of open source software.

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

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
```