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
- Host: GitHub
- URL: https://github.com/fedeperin/socket-chat-en
- Owner: fedeperin
- Created: 2021-05-30T13:43:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T15:41:41.000Z (almost 5 years ago)
- Last Synced: 2025-07-03T22:03:34.008Z (10 months ago)
- Topics: chat, chatapp, heroku-deployment, herokudeployment, node, nodejs, socket, socket-io
- Language: JavaScript
- Homepage: https://socket-chat-en.herokuapp.com/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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