All Projects → ratchetphp → Rfc6455

ratchetphp / Rfc6455

Licence: mit
I/O agnostic WebSocket Protocol

Projects that are alternatives of or similar to Rfc6455

Omega
Real-time issue tracker optimized for small teams
Stars: ✭ 115 (-13.53%)
Mutual labels:  websockets
React Native Mqtt
Mqtt client for react native.
Stars: ✭ 122 (-8.27%)
Mutual labels:  websockets
Huobi
火币的行情交易的python实现
Stars: ✭ 129 (-3.01%)
Mutual labels:  websockets
Next Todos
200 lines realtime todos app powered by next.js, preact, jet, redux and now
Stars: ✭ 117 (-12.03%)
Mutual labels:  websockets
Go Realtime Collaborative Drawing App
A simple real-time collaborative drawing app built with Go
Stars: ✭ 121 (-9.02%)
Mutual labels:  websockets
Sente
Realtime web comms for Clojure/Script
Stars: ✭ 1,626 (+1122.56%)
Mutual labels:  websockets
Anycable
Polyglot replacement for Ruby WebSocket servers with Action Cable protocol
Stars: ✭ 1,610 (+1110.53%)
Mutual labels:  websockets
Tk Http
Full featured HTTP and Websockets library for rust/tokio
Stars: ✭ 132 (-0.75%)
Mutual labels:  websockets
Wshook
Easily intercept and modify WebSocket requests and message events.
Stars: ✭ 121 (-9.02%)
Mutual labels:  websockets
Sish
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
Stars: ✭ 2,087 (+1469.17%)
Mutual labels:  websockets
Php Wss
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
Stars: ✭ 117 (-12.03%)
Mutual labels:  websockets
Websockets
WebSockets Inception
Stars: ✭ 120 (-9.77%)
Mutual labels:  websockets
Signalw
Even simpler and faster real-time web for ASP.NET Core.
Stars: ✭ 125 (-6.02%)
Mutual labels:  websockets
Webpack Hot Client
webpack HMR Client
Stars: ✭ 116 (-12.78%)
Mutual labels:  websockets
Weewx Belchertown
A clean and modern weewx skin with real time streaming updates, forecast data and interactive charts. View it in action at BelchertownWeather.com
Stars: ✭ 131 (-1.5%)
Mutual labels:  websockets
Spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
Stars: ✭ 1,860 (+1298.5%)
Mutual labels:  websockets
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-7.52%)
Mutual labels:  websockets
Golive
⚡ Live views for GoLang with reactive HTML over WebSockets 🔌
Stars: ✭ 130 (-2.26%)
Mutual labels:  websockets
Fs2 Http
Http Server and client using fs2
Stars: ✭ 132 (-0.75%)
Mutual labels:  websockets
Websocket Nats
An in-browser websocket client for NATS, a lightweight, high-performance cloud native messaging system
Stars: ✭ 125 (-6.02%)
Mutual labels:  websockets

RFC6455 - The WebSocket Protocol

Build Status Autobahn Testsuite

This library a protocol handler for the RFC6455 specification. It contains components for both server and client side handshake and messaging protocol negotation.

Aspects that are left open to interpretation in the specification are also left open in this library. It is up to the implementation to determine how those interpretations are to be dealt with.

This library is independent, framework agnostic, and does not deal with any I/O. HTTP upgrade negotiation integration points are handled with PSR-7 interfaces.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].