https://github.com/ph-7/ph2chitchat
:email: H2Chitchat is the simplest real-time instantaneous chat using node.js (with express.js framework) and socket.io (without database)
https://github.com/ph-7/ph2chitchat
chat expressjs node nodejs socket socket-io websocket
Last synced: 4 months ago
JSON representation
:email: H2Chitchat is the simplest real-time instantaneous chat using node.js (with express.js framework) and socket.io (without database)
- Host: GitHub
- URL: https://github.com/ph-7/ph2chitchat
- Owner: pH-7
- Created: 2016-12-04T20:11:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T20:31:44.000Z (over 9 years ago)
- Last Synced: 2025-10-06T19:46:29.099Z (9 months ago)
- Topics: chat, expressjs, node, nodejs, socket, socket-io, websocket
- Language: CSS
- Homepage: https://github.com/pH-7/pH2Chitchat
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pH2Chitchat - Real-time Node.js Chat
**pH2Chitchat** is the simplest real-time instantaneous chat using node.js and socket.io (without database, just instantaneous :smiley:).
You can test it easily by using two or more web browsers (or using the incognito mode) and then stimulating as many users as you need.
## Usage
First off, install the dependencies for the project `$ npm install`
After that, run `app.js` with **node.js** (`$ node app.js`).
## Requirement
**Node.js** installed (version 6 would be the best..)
## Author
Pierre-Henry Soria
## Contact
pierrehenrysoria+github {{ AT }} gmail {{ D0T }} com
## License
[MIT License](http://opensource.org/licenses/mit-license.php)