WebSockets Overview
WebSockets allow for real-time, two-way communication between the client and server over a persistent connection. Divio Cloud supports WebSockets, enabling developers to integrate real-time features into their applications, such as live notifications or chat.
For more details on WebSockets, check out general WebSocket documentation, or refer to WebSocket Overview for background information.
For further instructions on how to set up WebSockets in your application, see the How to Use WebSockets on Divio Cloud section.