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

https://github.com/abrahamspaa/socket-chat

Let's chat a small chat application
https://github.com/abrahamspaa/socket-chat

Last synced: about 1 year ago
JSON representation

Let's chat a small chat application

Awesome Lists containing this project

README

          

# socket-chat
Sample of creating chat using http://socket.io/

# How to start

```
npm i && npm start
```

Visit your app at http://localhost:3000.