Settings

Theme

Show HN: Dew v1.0.0 – A lightweight, zero-dependency command bus for Go

github.com

4 points by yohamta a year ago · 0 comments · 1 min read

Reader

Dew is a pragmatic command bus library for Go that simplifies complex backend architectures. It provides a unified interface for handling operations and domain logic, promoting clean, maintainable code. Why Dew?

- Lightweight (450 LOC) with zero dependencies - Fast performance (benchmarks in README) - Full middleware support for cross-cutting concerns - 100% test coverage, production-ready

Dew implements the command-oriented interface pattern, helping separate concerns and reduce cognitive load in large Go projects. It's designed for developers who want a simple, efficient way to structure their application logic without heavy frameworks. We built Dew because we couldn't find a command bus library for Go that met all our needs. We'd love your feedback!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection