You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,37 @@
2
2
<br><br><br>
3
3
4
4
# Ratchet
5
-
Ratchet is a fast, robust, lightweight and fully asynchronous implementation of [RFC6455](https://datatracker.ietf.org/doc/html/rfc6455) (The WebSocket protocol). Complete with an optional implementation of [RFC7692](https://datatracker.ietf.org/doc/html/rfc7692) (Compression Extensions For WebSocket).
6
5
7
-
Ratchet powers [SwimOS on Rust](https://github.com/swimos/swim-rust/); a framework for real-time streaming data applications.
6
+
Ratchet is a fast, robust, lightweight and fully asynchronous implementation
7
+
of [RFC6455](https://datatracker.ietf.org/doc/html/rfc6455) (The WebSocket protocol). Complete with an optional
8
+
implementation of [RFC7692](https://datatracker.ietf.org/doc/html/rfc7692) (Compression Extensions For WebSocket).
9
+
10
+
Ratchet powers [SwimOS on Rust](https://github.com/swimos/swim-rust/); a framework for real-time streaming data
0 commit comments