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

https://github.com/andreip/chat_app


https://github.com/andreip/chat_app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

About
---
A chat with simultaneous clients that can chat with one another.

Use
---

First install modules locally:
```bash
$ npm install
```

Fire it up:
```bash
$ npm start
```