glide-mq Examples
May 8, 2026 ยท View on GitHub
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
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.
Links
- glide-mq - core library
- Documentation
- @glidemq/hono | @glidemq/fastify | @glidemq/hapi | @glidemq/nestjs | @glidemq/dashboard
License
Apache-2.0