https://github.com/danielmatthew/chatroom
Simple peer-to-peer chats with Node
https://github.com/danielmatthew/chatroom
Last synced: over 1 year ago
JSON representation
Simple peer-to-peer chats with Node
- Host: GitHub
- URL: https://github.com/danielmatthew/chatroom
- Owner: danielmatthew
- Created: 2015-01-14T12:08:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T21:45:06.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T11:50:32.192Z (over 1 year ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatroom
Using Node to create a peer-to-peer chatroom. Run with `node server.js`
Modules used:
- `socket.io` to handle connections between peers
- `mime` to serve selected documents correctly
## To-do
- [ ] Tidy user interface