ws-protocol
Web socket protocol
Defines and enables real-time data streaming between devices and servers using web sockets.
Foxglove WebSocket protocol specification and libraries
103 stars
4 watching
62 forks
Language: C++
last commit: about 1 month ago foxgloveroboticswebsocket
Related projects:
Repository | Description | Stars |
---|---|---|
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
tatsuhiro-t/wslay | A C library implementing the WebSocket protocol for efficient data transfer over web connections. | 610 |
cjhdev/wic | A C implementation of the WebSocket protocol designed for embedded systems. | 71 |
realtimelogic/minnowserver | A lightweight, resource-efficient embedded HTTP(S) WebSocket server | 322 |
channelstream/channelstream | A WebSocket-based real-time communication server for web applications. | 61 |
fukamachi/websocket-driver | Provides Common Lisp implementation of WebSocket protocol for both servers and clients. | 104 |
links2004/arduinowebsockets | A WebSocket library for Arduino that provides a client and server implementation of the WebSocket protocol. | 1,912 |
allinurl/gwsocket | A fast, standalone WebSocket server written in C, providing bidirectional communication between applications and browsers. | 757 |
lxzan/gws | A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. | 1,442 |
swimos/ratchet | A fast and robust implementation of the WebSocket protocol in Rust | 41 |
eliihen/wsta | A command-line tool for interacting with WebSockets | 632 |
tfausak/wuss | A library for creating secure WebSocket clients in Haskell. | 69 |
housleyjk/ws-rs | A lightweight implementation of WebSockets for Rust that abstracts away protocol details and provides efficient handling of multiple connections. | 1,482 |
treeform/ws | A WebSocket library for building real-time communication between clients and servers. | 254 |
faye/websocket-driver-ruby | A WebSocket protocol handler with pluggable I/O | 223 |