https://github.com/perbu/http-over-nats
A NATS HTTP transport example
https://github.com/perbu/http-over-nats
Last synced: 6 months ago
JSON representation
A NATS HTTP transport example
- Host: GitHub
- URL: https://github.com/perbu/http-over-nats
- Owner: perbu
- License: other
- Created: 2025-01-22T09:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T08:06:27.000Z (over 1 year ago)
- Last Synced: 2025-03-30T09:41:19.544Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# http-over-nats example
This is a simple example of how to use the `http-over-nats` package to create a simple HTTP client that listens on a
NATS subject for incoming requests. This is not a library, you're meant to copy, paste and adapt it to your needs. You
shouldn't add dependencies to your code for trivial stuff like this anyway.