Seeking Peer Connections for CodeChat P2P Testing
Source: Dev.to
Project Overview
I am currently testing the stability of CodeChat, a decentralized communication tool built with vanilla JavaScript and PeerJS. Unlike traditional messaging apps, this platform establishes direct WebRTC links between browsers, bypasses central databases, and ensures that data stays between the two connected nodes.
I am looking to establish active peer links to test the performance of the data channels and the Identity Vault local authentication system.
If you are interested in testing the node‑to‑node link:
- Access the repository at .
- Open the application in a modern browser.
- Use the 8‑digit Room ID provided in the sidebar to link your node with another person’s ID.
(If you do not have another person, you can simply open another tab, use the same link, and test by messaging yourself.)
Test Areas
- Latency – Measuring message delivery speed across different network environments.
- Admin Controls – Testing the master broadcast and session wipe functions.
- UI Feedback – Evaluating the glassmorphism interface across various screen resolutions.
- End‑to‑End Encryption – Integrating SubtleCrypto for payload security.
- P2P File Buffering – Enabling direct document transfer via
ArrayBufferstreams.
For more detailed technical discussions or to coordinate a specific testing window, please contact me directly:
- Email: mgrassi1@outlook.com
- GitHub: bingkahu
Legal and Privacy Notice
By connecting to this prototype, you acknowledge that this is an experimental P2P environment. No data is stored on a server, but your Peer ID is visible to the connected party to facilitate the link.