glide-mq Examples

May 8, 2026 ยท View on GitHub

license

Runnable examples for glide-mq - high-performance message queue with AI-native orchestration primitives.

Quick start

cd examples/core-basics && npm install && npm start

Requires Node.js 20+, glide-mq >= 0.15.2, and Valkey 7.0+ (TestQueue examples run in-memory without Valkey).

Examples

AI OrchestrationCore PatternsFramework Plugins
Usage & CostsBasicsHono
Budget & TPMWorkflowsFastify
StreamingAdvancedHapi
Agent LoopsDAG FlowsNestJS
Search & VectorsSchedulingExpress
SDK IntegrationsBatch ProcessingKoa
TestingBroadcastNext.js

More core examples

Ordering keys, rate limiting, dedup, stall detection, custom job IDs, pluggable serializers, request-reply, serverless producers, Valkey cluster, and more. See examples/ for the full list.

Need cross-language access from Python, Go, Ruby, or shell scripts? Start with HTTP Proxy for queue routes, flow create/read/tree/delete, queue events SSE, rolling usage summaries, and broadcast publish/SSE over HTTP.

License

Apache-2.0