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

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

Awesome Lists containing this project

README

          

# Pantsu (胖次)

胖次是一个基于 WebRTC 的 P2P 即时聊天协议和实现

目前已经实现了 **点对点加密的通讯密钥交换** 和 **邻居发现** 功能

详细的协议请参考根目录下的 protocol.md

本实现完全由 JavaScript 写成,依赖 peer.js cryptojs 和 jsencrypt