You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JS Cloud Link Protocol
Features:
1. Built on top of WebSocket connection.
2. Library always send encrypted binary data.
3. Pub/Sub model architecture.
4. Inbuilt Authentication
Encryption in Detail:
1. On Successfull authentication, the connection is upgraded to Regular webconnection.
2. If enabled, packets can be sent via secured connection in which the data packets will be encrypted.
3. if Encrypted, each message will contain an encryption key # photon
About
A fast and lightweight library for Web socket communication