Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e6512a3

Browse files
authored
Merge pull request #2781 from chanjsq/patch-1
fix the broken RFC link
2 parents 2d80f86 + caf1a65 commit e6512a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎5-network/11-websocket/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebSocket
22

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.
44

55
WebSocket is especially great for services that require continuous data exchange, e.g. online games, real-time trading systems and so on.
66

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /