modulepackage
1.0.3
Repository: https://github.com/nanda03dev/gque_client.git
Documentation: pkg.go.dev
# 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
# Packages
No description provided by the author
# Functions
Create new Gque client, URI string Ex: http://localhost:5454.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author