|
1 | 1 | # WebSocket |
2 | 2 |
|
3 | | -The `WebSocket` protocol, described in the specification [RFC 6455](http://tools.ietf.org/html/rfc6455) provides a way to exchange data between browser and server via a persistent connection. The data can be passed in both directions as "packets", without breaking the connection and additional HTTP-requests. |
| 3 | +The `WebSocket` protocol, described in the specification [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455) provides a way to exchange data between browser and server via a persistent connection. The data can be passed in both directions as "packets", without breaking the connection and additional HTTP-requests. |
4 | 4 |
|
5 | 5 | WebSocket is especially great for services that require continuous data exchange, e.g. online games, real-time trading systems and so on. |
6 | 6 |
|
|
0 commit comments