Portfolio project
A lightweight, high-performance message queue system built in Go.
- In-memory message routing
- Persistent storage
- gRPC/Network interface
- Concurrent processing
- Simple client library
- Go
- gRPC
- Badger/Bolt (Storage)
- Docker
- Prometheus Metrics
- Basic In-Memory Queue
- Persistent Storage
- Network Server
- Client Libraries