Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Workerman | 10,360 | 557 | 166 | 7 days ago | 112 | September 23, 2022 | 56 | mit | PHP | |
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. | ||||||||||
Mongoose | 9,291 | 2 days ago | 1 | February 27, 2018 | 7 | other | C | |||
Embedded Web Server | ||||||||||
Hp Socket | 5,053 | 1 | 1 | 2 months ago | 1 | September 25, 2017 | 24 | other | C | |
High Performance TCP/UDP/HTTP Communication Component | ||||||||||
Mobileimsdk | 4,602 | 2 months ago | 11 | apache-2.0 | Objective-C | |||||
一个原创移动端IM通信层框架,轻量级、高度提炼,历经8年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持iOS、Android、Java、H5,服务端基于Netty。 | ||||||||||
Cellnet | 3,878 | 7 | 3 months ago | 3 | June 12, 2019 | 8 | mit | Go | ||
High performance, simple, extensible golang open source network library | ||||||||||
Laravel S | 3,690 | 9 | 8 | 8 days ago | 224 | September 07, 2022 | 62 | mit | PHP | |
LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole. | ||||||||||
Jetlinks Community | 3,688 | a day ago | 2 | apache-2.0 | Java | |||||
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。 | ||||||||||
Sish | 3,265 | 1 | a month ago | 34 | November 12, 2021 | 7 | mit | Go | ||
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH. | ||||||||||
Aleph | 2,467 | 521 | a day ago | 117 | February 21, 2019 | 19 | mit | Clojure | ||
Asynchronous communication for Clojure | ||||||||||
Actionhero | 2,355 | 187 | 65 | 11 days ago | 295 | September 23, 2022 | 8 | apache-2.0 | TypeScript | |
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks |
N2O is an embeddable message protocol loop library for WebSocket, HTTP, MQTT and TCP servers. It provides basic features, such as process management, virtual nodes ring for request processing, sessions, frame encoding, and unified API for external mq and caching services.
N2O was created to bring clarity and sanity to software development. The distribution model is per file basis with ISC license.
The core modules provide OTP start and N2O entry point.
MQTT version is implemented as RPC over MQ pattern. N2O service worker started as ring of virtual nodes each runs N2O loop.
mad app zero review
cd review
mad dep com pla rep
open http://127.0.0.1:8000
N2O Loop is directly connected and ran inside context of WebSocket handler.
Usually in Erlang we use syn
or gproc
OTP message buses.
As such buses are optional in MQTT setup we include bus drivers in WebSocket package.
mad app nitro sample
cd sample
mad dep com pla rep
open https://127.0.0.1:8001/app/index.htm
N2O ships with 3 optional protocols.
Formatters, Sessions, etc. Optional.