5 dépôts
Tools for implementing real-time communication protocols.
Explore 5 awesome GitHub repositories matching part of an awesome list · WebSocket Libraries. Refine with filters or upvote what's useful.
Ratchet is a PHP library for building asynchronous WebSocket servers that handle persistent, bidirectional communication between clients and the server. It provides a complete server-side WebSocket implementation, including protocol handshake negotiation, message framing over TCP, and an event-loop-based concurrency model that manages thousands of simultaneous connections without blocking. The library implements a connection registry pattern for tracking all active WebSocket sessions, enabling the server to broadcast or unicast messages to any connected client on demand. It relies on non-bloc
Implements the WebSocket protocol in PHP for building real-time messaging and event-driven server applications.
WebSocket and WAMP in Python for Twisted and asyncio
WebSocket and WAMP implementation for event-driven systems.
Crossbar.io - WAMP application router
Unified application router for real-time messaging.
WebSockets for Django
WebSocket integration for web frameworks.
WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
Cross-platform WebSocket client and server library.