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

https://github.com/sbimochan/socket-chat-app

Playing out with socket.io
https://github.com/sbimochan/socket-chat-app

Last synced: 4 months ago
JSON representation

Playing out with socket.io

Awesome Lists containing this project

README

          

## Chat app built with socket.io

Install dependencies
```shell
npm install
```

start server
```shell
node index.js
```

Test it out
```shell
curl localhost:3000
```
Check server log.
Now open two tabs with same url i.e localhost:3000 and chat with yourself. 😛