Library for building WebSocket servers and clients in Python
-
Updated
Aug 27, 2020 - Python
{{ message }}
Library for building WebSocket servers and clients in Python
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++11 applications.
A curated list of Websocket libraries and resources.
A WebSocket library optimized for multiplayer JS games, works on WebWorkers with binary data.
Java/Android WebSocket Client
rxWebSocket is a simple reactive extension of OkHttp Websocket interface with support for Convertor Factories and Interceptors.
High performance websocket client/server in ANSI C
WebSocket(RFC-6455) library written using Swift
PHP WebSocket server
REST and websockets C++ library
Small and fast cross-platform networking library, with support for messaging, IPv6, HTTP, SSL and WebSocket.
Karellen Gevent Websocket Library
Simple automatic reconnecting WebSocket
A simple WebSocket server
This repository contains a very simple websocket server implementation in pure java. This implementation is 100% conformant to the websocket protocol specification RFC 6455 and passing all test cases in Autobahn|Testsuite.
Another websocket implementation, which is inspired by https://github.com/noVNC/websockify and https://github.com/gorilla/websocket.
A WebSocket transport library for node and browsers
cross platform web socket library
Implementation of the WebSocket protocol on top of anyio
Enchufeweb is a websocket client library written in Elixir
A simplified wrapper for gorilla Mux WebSocket library
Callback based AsyncIO Protocol Websocket handler
A WebSocket server library for Deno
A crate providing an easy to consume streaming interface for WebSocket data.
Simple Websocket Server Library written in C
Add a description, image, and links to the websocket-library topic page so that developers can more easily learn about it.
To associate your repository with the websocket-library topic, visit your repo's landing page and select "manage topics."
Hi and thanks for this library, it really ease things up.
I have detected that when you use WebSocketServer and go and try to establish an HTTP connection to the websocket port the server crashes and closes.
While I obviously don't expect the WS server to work properly when being contacted by the wrong protocol it should fail silently, or at least, allow the programmer to specify an error ca