# liangdas/mqant

mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务框架

Repository: https://github.com/liangdas/mqant
Canonical: https://ross.abutalabs.com/products/mqant
Language: Go
License: Apache-2.0
License Family: permissive
Topics: golang, mqant, game-server, mqtt, python-golang-mqant, micro-service
Last push: 2024-09-09T07:54:03+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3479, "days_push": 723, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2517, forks 568 (observed 2026-08-28T04:06:57.748733+00:00)

## What it is
mqant is a concise, high-performance distributed microservice framework written in Go, originally designed for real-time game servers. It provides service registration/discovery, NATS-based remote RPC, and an MQTT protocol gateway supporting iOS, Android, WebSocket, and PC clients.

## Use cases
- build a high-concurrency multiplayer game server in Go
- develop a distributed microservices backend with service discovery
- implement real-time chat or instant messaging applications
- create IoT backend services with MQTT gateway support
- build cross-platform real-time apps without writing client networking code
- run stress tests on game servers

## When to choose
- you need a Go framework optimized for high-concurrency, real-time game servers
- you want callback-free asynchronous code using goroutines
- you want MQTT-based multi-platform client communication out of the box
- you need a complete microservices framework with distributed service discovery

## When to avoid
- you need a general-purpose web framework with rich HTTP routing and middleware ecosystems
- your team prefers mainstream frameworks with large communities and extensive third-party libraries
- you require non-MQTT protocols without custom gateway development
- you need guaranteed long-term enterprise support

## Facets
- artifact type: framework
- maturity: active
- function: rpc, message-queue, websocket, microservices, middleware
- domain: backend, microservices
- platform: go, windows, cross-platform
- tags: game-server, mqtt-gateway, microservice-framework, goroutine-based, service-discovery, nats, game-development, messaging, real-time, linux, macos, docker

## Member repositories
- liangdas/mqant (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:57.748733+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:26:08.537963+00:00, confidence not recorded.
  - readme: https://github.com/liangdas/mqant (fetched 2026-08-28T04:06:57.748733+00:00, sha c6e3783d742f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
