Expand description
Runtime servers for HTTP(OpenAPI), WS(AsyncAPI), and gRPC(Protobuf).
Modules§
- grpc
- gRPC runtime bridge for protobuf descriptors.
- http
- HTTP and WebSocket server runtime.
- ws
- WebSocket runtime bridge for AsyncAPI.
Structs§
- Running
Server - Runtime handle.
- Server
Config - Runtime configuration.
Enums§
- Runtime
Error - Runtime error.
Functions§
- start
- Start protocol runtimes.