# showbridge (go edition)
Simple protocol router _/s_
Releases ยท
Documentation
### Supported Protocols
- HTTP
- UDP
- TCP
- [MQTT](https://mqtt.org/)
- [NATS](https://nats.io/)
- [PosiStageNet](https://posistage.net/)
- MIDI (not included in pre-built binaries yet)
- Serial (not included in pre-built binaries yet)
- [OSC](https://opensoundcontrol.stanford.edu/spec-1_0.html)
- [FreeD](https://ptzoptics.com/freed/)
- [SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol)
### CLI Usage
```
NAME:
showbridge - Simple protocol router /s
USAGE:
showbridge [global options]
GLOBAL OPTIONS:
--config string path to config file (default: "./config.yaml")
--debug set log level to DEBUG
--json log using JSON
--help, -h show help
--version, -v print the version
```