xframe/README.md

28 lines
576 B
Markdown
Raw Permalink Normal View History

2024-10-12 12:55:20 +08:00
xczero_frame是宙斯微服务平台的核心基础库。
提供如下能力:
1、Basic service infrastructure
1Base library, math, time, threading, etc
2HTTP/RPC service infrastructure
3Default Internal error code standard
2、Code automated generation
1HTTP/RPC request parse
2HTTP/RPC call execution
3Logic operators arrangement
3、Common components
1HTTP/RPC client, support Service Discovery, Load Balance, etc
2Stroage client, MongDB, Redis, etc
3Other utilities, message queue, trace, metrics, etc