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
99 stars
4 watching
60 forks
Language: C++
last commit: 6 days 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. | 608 |
cjhdev/wic | A C implementation of the WebSocket protocol designed for embedded systems. | 70 |
realtimelogic/minnowserver | A lightweight, resource-efficient embedded HTTP(S) WebSocket server | 320 |
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,898 |
allinurl/gwsocket | A fast, standalone WebSocket server written in C, providing bidirectional communication between applications and browsers. | 752 |
lxzan/gws | A WebSocket implementation designed for building real-time applications with focus on simplicity, performance, and reliability. | 1,422 |
swimos/ratchet | A fast and robust implementation of the WebSocket protocol in Rust | 40 |
eliihen/wsta | A command-line tool for interacting with WebSockets | 632 |
tfausak/wuss | A Haskell library that simplifies the creation of secure WebSocket clients. | 69 |
housleyjk/ws-rs | A lightweight implementation of WebSockets for Rust that abstracts away protocol details and provides efficient handling of multiple connections. | 1,472 |
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 |