A
Abirami
Member
- PG Coin
- 1,015
A typical mobile messaging app works using a server-client architecture. Let me explain this in quick steps:
- An user sends a message from your chat app
- The message is encrypted using end-to-end protocols
- The encrypted message reaches the server
- The chat server send this encrypted message to the intended recipient
- The recipient device decrypts the message
- The recipient can now read the message.