repositorypackage
1.0.3
Repository: https://github.com/nanda03dev/gque_client.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Gque: Queue Message Protocol in Golang
Gque is a Go-based queue message protocol that leverages the Gnosql in-memory database for efficient message handling. With Gque, you can create queues, broadcast messages, publish messages, and consume messages from queues seamlessly.
Features
- Queue Management: Easily create and manage queues.
- Broadcasting: Broadcast messages to multiple consumers.
- Publishing and Consuming: Publish messages to a queue and consume them efficiently.
- Integration with Gnosql: Utilize Gnosql for high-performance in-memory data storage.
- Documentation: Comprehensive documentation and usage examples.
Installation
To install Gque, use the following command:
go get -u github.com/nanda03dev/gque_client