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

https://github.com/rubenoalvarado/chat-p2p

A simple peer to peer chat to test the hyperswarm framework
https://github.com/rubenoalvarado/chat-p2p

Last synced: 2 months ago
JSON representation

A simple peer to peer chat to test the hyperswarm framework

Awesome Lists containing this project

README

        

# P2P Chat

Simple **peer-to-peer (P2P)** chat with Hyperswarm.

## Usage

1. Start a server: `npm start`
2. Start a client: `npm start -- --port 3001`

## License

[MPL-2.0](LICENSE)