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
- Host: GitHub
- URL: https://github.com/sbimochan/socket-chat-app
- Owner: sbimochan
- Created: 2019-05-28T16:11:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T16:19:42.000Z (about 7 years ago)
- Last Synced: 2025-11-19T22:18:50.822Z (8 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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. 😛