Dump p2p: Open-source WebRTC chat room app.
Hey guys, i wanted to share with y'all my new app. A p2p browser based chat. The backend is just a basic Flask/SQLite setup for the public lobby, but the actual private rooms are 100% WebRTC via PeerJS. No logins, no database tracking your messages, just instant mesh connections directly in the browser. I even managed to get P2P voice channels and file sharing working without a central server. It's open source and I'd absolutely love any feedback on the architecture or the UI from you guys. Link: du
评论
?
参与讨论