1 个仓库
Backend frameworks that natively support multiple communication standards such as HTTP, gRPC, and WebSockets.
Distinct from Multi-Protocol Gateways: Existing candidates are gateways or specific gRPC implementations, not general application frameworks supporting multiple protocols.
Explore 1 awesome GitHub repository matching web development · Multi-Protocol Backend Frameworks. Refine with filters or upvote what's useful.
Midway 是一套用于 Node.js 的后端框架,旨在构建企业级微服务和全栈应用。它以依赖注入架构为核心,使用控制反转(IoC)容器和装饰器来组织复杂的业务逻辑并维护可扩展的服务器端结构。 该框架提供针对 HTTP、gRPC 和 WebSocket 的多协议支持,允许单一环境处理多样化的服务间网络需求。它还包括一个多运行时适配器层,使应用能够部署在传统容器和各种无服务器云平台上。 其他功能包括用于模块化扩展的组件化插件系统、用于请求处理的中间件执行流水线,以及用于前端界面与后端逻辑之间统一 API 连接的工具。该系统还结合了请求数据验证和标准化的错误处理。
Ships a backend framework that natively supports multiple communication standards including HTTP, gRPC, and WebSockets.