https://github.com/subins2000/p2chat
A simple P2P WebRTC chat using P2PT library leveraging WebTorrent trackers
https://github.com/subins2000/p2chat
Last synced: 12 months ago
JSON representation
A simple P2P WebRTC chat using P2PT library leveraging WebTorrent trackers
- Host: GitHub
- URL: https://github.com/subins2000/p2chat
- Owner: subins2000
- License: mit
- Created: 2020-04-29T21:42:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T05:16:42.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T22:41:35.937Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://lab.subinsb.com/p2chat/
- Size: 3.22 MB
- Stars: 28
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P2Chat
A Peer-To-Peer WebRTC group chat using [P2PT library](//github.com/subins2000/p2pt). P2PT library uses WebTorrent WebSocket trackers to establish P2P connections.
No server involved ! (except WebTorrent trackers for signalling)
This is a simple demo of P2PT, not a full fledged chat !
[See it here!](//lab.subinsb.com/p2chat)