https://github.com/mohammadne/gorillamq
The cloud and edge native messaging broker written in Go
https://github.com/mohammadne/gorillamq
Last synced: 3 months ago
JSON representation
The cloud and edge native messaging broker written in Go
- Host: GitHub
- URL: https://github.com/mohammadne/gorillamq
- Owner: mohammadne
- License: apache-2.0
- Created: 2024-07-12T14:58:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T10:17:10.000Z (over 1 year ago)
- Last Synced: 2025-12-13T22:25:52.753Z (7 months ago)
- Language: Go
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GorillaMQ 🦍






The cloud and edge native messaging broker server written in Go
A fast message broker implemented with Golang programming language. You can use GorillaMQ in order to make communication between clients with sending and receiving events.
## Features
- Implemented with best Go concurrency practices (event-bus, worker-pool and etc)
- simultaneous secure (over TLS) and insecure TCP connection
- Dedicated protocol (gorillamq and gorillamqs)
## TODOs
- implement basic auth for gorillamqs
- think about deployment and horizontal scaling
- Durability and persistans challanges
- add loadtest scenarios
- deployment and helm chart