ratchet
WebSocket library
A fast and robust implementation of the WebSocket protocol in Rust
Ratchet is a fast, robust, lightweight and fully asynchronous implementation of RFC6455 (The WebSocket protocol).
40 stars
8 watching
9 forks
Language: Rust
last commit: 17 days ago
Linked from 2 awesome lists
asyncdeflaterusttokiowebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
ratchetphp/pawl | A PHP library implementing an asynchronous WebSocket client for communicating with web servers. | 583 |
websockets-rs/rust-websocket | A WebSocket library written in Rust providing functionality for dealing with WebSocket connections. | 1,547 |
denoland/fastwebsockets | A WebSocket implementation that provides a fast and compliant way to establish bidirectional communication between clients and servers. | 872 |
askedio/laravel-ratchet | A package that enables the creation and running of a fully functioning WebSocket server in Laravel applications. | 186 |
snapview/tungstenite-rs | A lightweight WebSocket implementation for Rust. | 1,924 |
housleyjk/ws-rs | A lightweight implementation of WebSockets for Rust that abstracts away protocol details and provides efficient handling of multiple connections. | 1,472 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
ryo-ma/deno-websocket | A simple WebSocket library for Deno, providing a standard interface for establishing and managing WebSocket connections. | 152 |
websocket-rails/websocket-rails | A Ruby-based library providing plug-and-play WebSocket support for Rails applications. | 1,728 |
socketry/async-websocket | An asynchronous WebSocket client/server implementation supporting HTTP/1 and HTTP/2 protocols. | 173 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
drashland/wocket | A WebSocket library for Deno that enables real-time communication between clients and servers. | 104 |
foxglove/ws-protocol | Defines and enables real-time data streaming between devices and servers using web sockets. | 99 |
tatsuhiro-t/wslay | A C library implementing the WebSocket protocol for efficient data transfer over web connections. | 608 |
snapview/tokio-tungstenite | Provides asynchronous WebSocket implementation for use with the Tokio runtime | 1,875 |