📄️ AMQP
AMQP is currently available through the generators (channels):
📄️ EventSource
Event Source is currently available through the generators (channels):
📄️ HTTP(S)
HTTP client generator creates type-safe functions for making HTTP requests based on your API specification. It supports various authentication methods, retry logic, and extensibility hooks.
📄️ HTTP Server
The HTTP server generator creates typed Express handler stubs from your API specification — the structural inverse of the HTTP client. For every operation you get a register(context) function that mounts a route on a Router you supply, hands your handler typed path/query parameters, a typed request body and typed request headers, and marshals whatever your handler returns.
📄️ Kafka
Kafka is currently supported through the following generators (channels):
📄️ MQTT
MQTT is currently available through the generators (channels):
📄️ NATS
NATS is an open-source, high-performance messaging system designed for cloud-native, distributed systems, and Internet of Things (IoT) applications. Developed by Synadia, NATS stands out for its simplicity, lightweight architecture, and low latency, making it ideal for real-time messaging. It supports a variety of messaging patterns including publish-subscribe, request-reply, and queueing.
📄️ WebSocket
WebSocket is currently supported through the following generators (channels):