Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sockjs Client | 8,271 | 305,149 | 893 | 12 days ago | 32 | May 28, 2022 | 17 | mit | JavaScript | |
WebSocket emulation - Javascript client | ||||||||||
Netty Socketio | 6,420 | 320 | 22 | 4 days ago | 43 | July 01, 2023 | 386 | apache-2.0 | Java | |
Socket.IO server implemented on Java. Realtime java framework | ||||||||||
Websocketpp | 6,358 | 22 days ago | 1 | January 01, 1900 | 423 | other | C++ | |||
C++ websocket client/server library | ||||||||||
Engine.io | 4,531 | 163,342 | 391 | a month ago | 144 | August 02, 2023 | 16 | mit | JavaScript | |
The engine used in the Socket.IO JavaScript server, which manages the low-level transports such as HTTP long-polling and WebSocket. | ||||||||||
Actionhero | 2,376 | 187 | 71 | 4 days ago | 305 | August 10, 2023 | 9 | apache-2.0 | TypeScript | |
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks | ||||||||||
Html5_rtsp_player | 2,203 | 1 | 4 | 9 months ago | 14 | April 28, 2016 | 61 | apache-2.0 | JavaScript | |
Play RTSP stream from IP camera in browser in this HTML5 player without plugins | ||||||||||
Sockjs Node | 2,066 | 301,577 | 646 | 2 months ago | 36 | December 03, 2021 | 22 | mit | JavaScript | |
WebSocket emulation - Node.js server | ||||||||||
Graphql Ws | 1,546 | 317 | a day ago | 98 | June 22, 2023 | mit | TypeScript | |||
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client. | ||||||||||
Message Io | 951 | 6 | 16 days ago | 51 | September 13, 2023 | 13 | apache-2.0 | Rust | ||
Fast and easy-to-use event-driven network library. | ||||||||||
Engine.io Client | 728 | 166,310 | 244 | 17 days ago | 145 | May 02, 2022 | 9 | mit | JavaScript | |
The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling and WebSocket. |
WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket Protocol. It allows integrating WebSocket client and server functionality into C++ programs. It uses interchangeable network transport modules including one based on raw char buffers, one based on C++ iostreams, and one based on Asio (either via Boost or standalone). End users can write additional transport policies to support other networking or event libraries as needed.
Project Website http://www.zaphoyd.com/websocketpp/
User Manual http://docs.websocketpp.org/
GitHub Repository https://github.com/zaphoyd/websocketpp/
GitHub pull requests should be submitted to the develop
branch.
Announcements Mailing List http://groups.google.com/group/websocketpp-announcements/
IRC Channel #websocketpp (freenode)
Discussion / Development / Support Mailing List / Forum http://groups.google.com/group/websocketpp/
Peter Thorson - [email protected]