walkor/GatewayWorker
Distributed realtime messaging framework based on workerman. observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 28
- Release rhythm 16
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 103.5
- age_days: 4132
- days_rel: 433
- days_push: 433
- n_releases_24m: 3
Adoption not part of the score
1046 stars · 292 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GatewayWorker is a PHP framework built on Workerman for rapidly developing long-connection applications using a Gateway/Worker process model. Gateways maintain client connections while Worker processes handle business logic, and both can be deployed across servers to form a distributed cluster.
Use cases
- build an instant messaging server in php
- push notifications to mobile app clients over websocket
- develop a realtime multiplayer game server
- broadcast messages to groups of connected clients
- build an iot or smart home device messaging backend
- send targeted pushes to specific connected clients
When to choose
- you need persistent websocket or tcp connections in php
- you want distributed deployment of connection handling and business logic
- you need group or global broadcast push capabilities
When to avoid
- your app is simple request-response http without persistent connections
- you prefer node.js or go ecosystems for realtime messaging
- you need a managed cloud messaging service rather than self-hosted
Facets
framework · maturity stable
websocket message-queue rpc concurrency microservices web-development iot php cli workerman long-connection push-server gateway-worker-model im-server real-time messaging linux
1 source
- readme: https://github.com/walkor/GatewayWorker · fetched 2026-08-28 · 848a07a00c78
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| walkor/GatewayWorker | main | 38 |
For agents
markdown · JSON · MCP: product_card(name="walkor/GatewayWorker")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem