https://github.com/kishore-ganesh/simplechat
A chat app written in NodeJS using Socket.IO
https://github.com/kishore-ganesh/simplechat
node nodejs socket-io
Last synced: about 2 months ago
JSON representation
A chat app written in NodeJS using Socket.IO
- Host: GitHub
- URL: https://github.com/kishore-ganesh/simplechat
- Owner: kishore-ganesh
- Created: 2018-08-15T06:42:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T13:59:58.000Z (over 7 years ago)
- Last Synced: 2025-08-09T10:45:49.051Z (11 months ago)
- Topics: node, nodejs, socket-io
- Language: JavaScript
- Size: 7.52 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleChat
A chat app written in NodeJS using Socket.IO
How to use:
1. Clone repository
2. Run npm install
3. node app.js
4. Navigate to localhost:4000