# p2p_chat **Repository Path**: bob-159/p2p_chat ## Basic Information - **Project Name**: p2p_chat - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-29 - **Last Updated**: 2023-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [p2p.chat](https://p2p.chat) p2p.chat is a peer-to-peer video conferencing application. Think of it as an free and open source Zoom alternative. ## Architecture p2p.chat uses WebRTC to power all video and data communication between peers. Peers communicate directly in a mesh architecture, with the only server interaction being using the [signalling server](./signalling) to allow peers to discover each other. All data sent over WebRTC is end-to-end encrypted. ## Packages: - [@p2p.chat/www](./www): The web app accessible at https://p2p.chat - [@p2p.chat/signalling](./signalling): The signalling server that powers peer discovery.