Files
personal-site/content/projects/showbridge-go.md
T
2025-12-19 14:13:11 -06:00

22 lines
883 B
Markdown

---
title: "showbridge (Go Edition)"
date: 2025-10-15T12:00:00-06:00
draft: false
---
## What is it?
[Showbridge](https://github.com/jwetzell/showbridge-go) 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](https://github.com/caddyserver/caddy/tree/master/modules) module system.
This is a re-imagination of a [previous project by the same name](https://github.com/jwetzell/showbridge).
Some of the technologies are listed below.
* [cli](https://github.com/jwetzell/showbridge-go/tree/main/cmd/showbridge)
* [urfave/cli](https://github.com/urfave/cli) (CLI)
## Where can I get it?
* [Binaries](https://github.com/jwetzell/showbridge-go/releases/latest)
* [Source](https://github.com/jwetzell/showbridge-go)