https://github.com/protojure/lib
A collection of libraries to support Protojure applications at runtime
https://github.com/protojure/lib
clojure grpc
Last synced: 30 days ago
JSON representation
A collection of libraries to support Protojure applications at runtime
- Host: GitHub
- URL: https://github.com/protojure/lib
- Owner: protojure
- License: apache-2.0
- Created: 2019-07-17T19:38:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:43:06.000Z (8 months ago)
- Last Synced: 2025-03-30T12:07:33.719Z (about 1 month ago)
- Topics: clojure, grpc
- Language: Clojure
- Homepage: https://protojure.readthedocs.io
- Size: 370 KB
- Stars: 66
- Watchers: 8
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protojure [](https://circleci.com/gh/protojure/lib)
[](https://clojars.org/io.github.protojure/io)
[](https://clojars.org/io.github.protojure/core)
[](https://clojars.org/io.github.protojure/grpc-client)
[](https://clojars.org/io.github.protojure/grpc-server)Native Clojure support for [Google Protocol Buffer](https://developers.google.com/protocol-buffers/) and [GRPC](https://grpc.io/).
## Documentation
You can read the [SDK CLJ documentation](https://cljdoc.org/d/protojure/protojure)
## Usage
See our [full documentation](https://protojure.readthedocs.io)
## License
This project is licensed under the Apache License 2.0.
## Contributing
Pull requests welcome. Please be sure to include a [DCO](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) in any commit messages.