mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-08-16 12:43:25 +00:00
883 B
883 B
title, date, draft
| title | date | draft |
|---|---|---|
| showbridge (Go Edition) | 2025-10-15T12:00:00-06:00 | false |
What is it?
Showbridge is a protocol "router" of sorts that allows the user to spin up "modules" and route messages between them with optional "processors" inline. The layout of the modules/processor registration is inspired by caddy's module system.
This is a re-imagination of a previous project by the same name.
Some of the technologies are listed below.
- cli
- urfave/cli (CLI)