websocket_core — Websocket generic server library for periodic message broadcast.

Websocket Core (Rust) Websocket generic server library for: Periodic message broadcast Eventual (Pubsub) message broadcast Async request reply Authors
Information
Category: Rust / WebSocket
Watchers: 9
Star: 13
Fork: 5
Last update: Dec 7, 2023

Related Repos



WOo0W aria2-ws An aria2 websocket jsonrpc in Rust. Built with tokio. Docs.rs aria2 RPC docs Features Almost all methods and structed responses Auto reconnec
 

Brooooooklyn @napi-rs/pinyin rust-pinyin NodeJS 版本,不支持 web. 功能 超高性能 无 postinstall 与 node-gyp,纯净安装无烦恼 跨 NodeJS 版本支持,升级 Node 版本无需 rebuild/reinstall linux alpine 支持 分
 

ohyo-io Wampire Wampire is a Web Application Messaging Protcol v2 router library, client library, and a router service, that implements most of the features d
 

sile wstcp WebSocket to TCP proxy written in Rust. Install Precompiled binaries A precompiled binary for Linux environment is available in the releases pag
 
109

1tgr websocket-lite This repo contains three crates: websocket-lite, a fast, low-overhead WebSocket client websocket-codec, a Tokio codec implementation of
 
1.4k

snapview tokio-tungstenite Asynchronous WebSockets for Tokio stack. Documentation Usage Add this in your Cargo.toml: [dependencies] tokio-tungstenite = "*" Tak
 

najamelan ws_stream_wasm A convenience library for using web sockets in WASM features: [WsMeta]: A wrapper around [web_sys::WebSocket]. [WsMessage]: A simple ru
 
372

sdroege async-tungstenite Asynchronous WebSockets for async-std, tokio, gio and any std Futures runtime. Documentation Usage Add this in your Cargo.toml: [dep
 

bitwyre Websocket Core (Rust) Websocket generic server library for: Periodic message broadcast Eventual (Pubsub) message broadcast Async request reply Authors
 

iddm urlshortener-rs A very simple urlshortener for Rust. This library aims to implement as much URL shortener services as possible and to provide an inter
 
6.1k

vi websocat Netcat, curl and socat for WebSockets. Examples Connect to public echo server $ websocat ws://echo.websocket.org 123 123 ABC ABC Serve and c
 
1.6k

snapview Tungstenite Lightweight stream-based WebSocket implementation for Rust. use std::net::TcpListener; use std::thread::spawn; use tungstenite::server::ac
 
1.4k

housleyjk WS-RS Lightweight, event-driven WebSockets for Rust. /// A WebSocket echo server listen("127.0.0.1:3012", |out| { move |msg| { out.send(ms
 
1.4k

websockets-rs Rust-WebSocket Note: Maintainership of this project is slugglish. You may want to use tungstenite or tokio-tungstenite instead. Rust-WebSocket is a We
 

actix SockJS server SockJS server for Actix framework. API Documentation Cargo package: sockjs SockJS is built with Actix web Minimum supported Rust version