https://github.com/archeb/pantsu
P2P Secure Chat Protocol based on WebRTC
https://github.com/archeb/pantsu
Last synced: about 1 year ago
JSON representation
P2P Secure Chat Protocol based on WebRTC
- Host: GitHub
- URL: https://github.com/archeb/pantsu
- Owner: Archeb
- License: gpl-3.0
- Created: 2018-08-31T03:06:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T17:47:38.000Z (almost 8 years ago)
- Last Synced: 2025-04-30T10:43:45.731Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Pantsu (胖次)
胖次是一个基于 WebRTC 的 P2P 即时聊天协议和实现
目前已经实现了 **点对点加密的通讯密钥交换** 和 **邻居发现** 功能
详细的协议请参考根目录下的 protocol.md
本实现完全由 JavaScript 写成,依赖 peer.js cryptojs 和 jsencrypt