https://github.com/protolambda/switcheroo
JSON RPC switch board
https://github.com/protolambda/switcheroo
Last synced: about 2 months ago
JSON representation
JSON RPC switch board
- Host: GitHub
- URL: https://github.com/protolambda/switcheroo
- Owner: protolambda
- License: mit
- Created: 2024-12-07T20:45:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T17:37:57.000Z (5 months ago)
- Last Synced: 2025-02-03T18:56:23.958Z (4 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# switcheroo
__*Work in progress*__
A JSON RPC 2.0 switch device.
Route connections however, monitor, and test them.Built with:
- [`protolambda/jsonrpc2`](https://github.com/protolambda/jsonrpc2): JSON RPC types
- [`protolambda/websocket`](https://github.com/protolambda/websocket): Websocket handling
- [`protolambda/ask`](https://github.com/protolambda/ask): CLI flags
- [`protolambda/asklog`](https://github.com/protolambda/asklog): CLI log setup## License
MIT, see [`LICENSE`](./LICENSE) file.