autobahn-testsuite
websocket-client
Our great sponsors
autobahn-testsuite | websocket-client | |
---|---|---|
1 | 2 | |
702 | 3,026 | |
1.9% | 2.0% | |
1.5 | 7.6 | |
7 months ago | 8 days ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
autobahn-testsuite
-
Kotlin for backend
https://github.com/ktorio/ktor/issues/1427 Like really anybody with 2 minutes of testing would have hit the bug. Which bears the question: do they pass the autobahn test suite? https://github.com/crossbario/autobahn-testsuite
websocket-client
-
Sending data to django channels groups via django views
EDIT: I could send the message using the websocket-client from the view
-
Everything about APIs
Websockets are (usually) for server to browser communication. The server hosts a WebSocket server, and clients can open a connection to that server. This is popular now mostly because it is faster and less resource-hogging than older ways of solving the problem, like long-polling/COMET. It is possible to connect 2 servers using websockets, but that is not usually what they are used for.
What are some alternatives?
SuperSocket - SuperSocket is a light weight, cross platform and extensible socket server application framework.
Websocket-Sharp - A C# implementation of the WebSocket protocol client and server
awesome-grpc - A curated list of useful resources for gRPC
gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
api-guidelines - Microsoft REST API Guidelines
SignalR - Incredibly simple real-time web for .NET
bolt-python - A framework to build Slack apps using Python
Graveyard-Keeper-Savefile-Editor - Edit, save and export save files from the game Graveyard Keeper - Works for Windows, Linux and macOS
public-apis - A collective list of free APIs
MicroWebSrv2 - The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
awesome-json-rpc - Curated list of JSON-RPC resources.
awesome-rest - A collaborative list of great resources about RESTful API architecture, development, test, and performance