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
- Host: GitHub
- URL: https://github.com/rubenoalvarado/chat-p2p
- Owner: RubenOAlvarado
- License: mpl-2.0
- Created: 2025-04-12T19:54:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T20:29:55.000Z (2 months ago)
- Last Synced: 2025-04-12T21:27:33.158Z (2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)