Architecture Overview
The Instant Messaging Protocol consists of three main components:
Signaling Server: A central hub that facilitates peer discovery and message routing. It runs automatically on every Demos node and it's part of the backend
MessagingPeer: A client-side class that handles connection and message exchange. It's the SDK part we are focusing on.
Encryption System: A cryptographic layer that ensures secure communication, leveraging Post Quantum Cryptography through the robust Demos SDK features.
Last updated