An open API service indexing awesome lists of open source software.

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

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