https://github.com/d0x7/protonats
https://github.com/d0x7/protonats
go golang gradle java library nats nats-client nats-server proto protocol-buffers
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d0x7/protonats
- Owner: d0x7
- License: mit
- Created: 2025-02-03T17:00:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T08:58:21.000Z (about 1 year ago)
- Last Synced: 2025-05-31T20:32:23.039Z (about 1 year ago)
- Topics: go, golang, gradle, java, library, nats, nats-client, nats-server, proto, protocol-buffers
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protonats
This monorepo contains shared definitions used by the Go and Java implementation of protonats.
ProtoNATS is a protoc plugin that generates server and client code for NATS microservices, in the given target language.
Currently only Go is supported, but support for Java is on the way.
This repository will only be used after the refactor is done, in the meanwhile please refer to the [Go repository](https://github.com/d0x7/protoc-gen-go-nats) for the Go implementation.
## License
[MIT](LICENSE) © 2025 Dorian Heinrichs