Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkuznet/pubsubgoproxy
Reverse proxy server for NATS
https://github.com/vkuznet/pubsubgoproxy
Last synced: about 1 month ago
JSON representation
Reverse proxy server for NATS
- Host: GitHub
- URL: https://github.com/vkuznet/pubsubgoproxy
- Owner: vkuznet
- License: mit
- Created: 2024-11-25T17:02:54.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:05:45.000Z (about 2 months ago)
- Last Synced: 2024-11-25T18:19:44.686Z (about 2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PubSubGoProxy
Simple Go HTTP reverse proxy server for NATS.```
# build server code
go build# run server
./PubSubGoProxy
```