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

https://github.com/fedeperin/socket-chat-en

It's a chat with socket.io
https://github.com/fedeperin/socket-chat-en

chat chatapp heroku-deployment herokudeployment node nodejs socket socket-io

Last synced: 11 days ago
JSON representation

It's a chat with socket.io

Awesome Lists containing this project

README

          

# Socket.io chat
It's a nodejs chat. Socket.io, express and fs-extra are the only node dependencies I used

### Find it at...
https://socket-chat-en.herokuapp.com/

### Installation
To install it run ` npm install socket.io express fs-extra ` to install those dependencies and then ` node server.js ` to run it at http://localhost:3000