Skip to content

docs: add @glidemq/hono to third-party middleware#830

Merged
yusukebe merged 1 commit intohonojs:mainfrom
avifenesh:add-glidemq-middleware
Mar 7, 2026
Merged

docs: add @glidemq/hono to third-party middleware#830
yusukebe merged 1 commit intohonojs:mainfrom
avifenesh:add-glidemq-middleware

Conversation

@avifenesh
Copy link
Contributor

Adds @glidemq/hono to the third-party middleware list under a new "Queue / Job Processing" category.

@glidemq/hono is Hono middleware for glide-mq - a high-performance message queue powered by Valkey/Redis Streams with a Rust-native client.

Features:

  • 11 REST endpoints for queue management (add, list, get, pause, resume, drain, retry, clean, workers)
  • SSE event streaming for real-time queue monitoring
  • Optional Zod validation
  • In-memory testing mode (no Valkey needed)
  • Queue access restriction

npm: npm install @glidemq/hono glide-mq hono

GlideMQ provides queue management REST API endpoints and SSE events
as Hono middleware, powered by Valkey/Redis Streams.
Copy link
Member

@yusukebe yusukebe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@yusukebe
Copy link
Member

yusukebe commented Mar 7, 2026

@avifenesh Thanks!

@yusukebe yusukebe merged commit e790d23 into honojs:main Mar 7, 2026
2 checks passed
@avifenesh
Copy link
Contributor Author

@avifenesh Thanks!

@yusukebe Happy you welcome it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants