Skip to main content

How does the Messenger work in coapp?

With the Messenger in coapp, you can communicate directly with other members of your community. New messages are displayed automatically, so you don't have to reload the page.

How are new messages transmitted?

To ensure that new messages appear directly in your Messenger, coapp uses Server-Sent Events (SSE).

Your browser establishes a connection to coapp via a regular HTTPS connection. Through this connection, coapp can notify your browser about new messages and other relevant changes.

coapp does not use WebSocket connections for the Messenger.

Did this answer your question?