mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 13:14:52 +08:00
10 lines
456 B
Markdown
10 lines
456 B
Markdown
# 快速上手 - HTTP 服务器篇
|
|
|
|
HTTP 服务器篇主要讲解如何通过炸毛框架来实现微服务、API 通用接口等等这些东西的。
|
|
|
|
- [HTTP 服务器 - 路由和静态文件篇](/event/route-annotations/)
|
|
- [HTTP 服务器 - 存储 - LightCache 轻量缓存](/component/light-cache/)
|
|
- [HTTP 服务器 - 存储 - Redis](/component/redis/)
|
|
- [HTTP 服务器 - 存储 - MySQL](/component/mysql/)
|
|
- [HTTP 客户端](/component/zmrequest/)
|