Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 438 Bytes

Hermes 📬

Portfolio project

A lightweight, high-performance message queue system built in Go.

Features (Planned)

  • In-memory message routing
  • Persistent storage
  • gRPC/Network interface
  • Concurrent processing
  • Simple client library

Tech Stack

  • Go
  • gRPC
  • Badger/Bolt (Storage)
  • Docker
  • Prometheus Metrics

Development Stages

  1. Basic In-Memory Queue
  2. Persistent Storage
  3. Network Server
  4. Client Libraries