Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protojure/lib
A collection of libraries to support Protojure applications at runtime
https://github.com/protojure/lib
clojure grpc
Last synced: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:43:06.000Z (5 months ago)
- Last Synced: 2025-01-22T03:02:08.745Z (11 days ago)
- Topics: clojure, grpc
- Language: Clojure
- Homepage: https://protojure.readthedocs.io
- Size: 370 KB
- Stars: 66
- Watchers: 9
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protojure [![CircleCI](https://circleci.com/gh/protojure/lib.svg?style=svg)](https://circleci.com/gh/protojure/lib)
[![Clojars Project](https://img.shields.io/clojars/v/io.github.protojure/io.svg)](https://clojars.org/io.github.protojure/io)
[![Clojars Project](https://img.shields.io/clojars/v/io.github.protojure/core.svg)](https://clojars.org/io.github.protojure/core)
[![Clojars Project](https://img.shields.io/clojars/v/io.github.protojure/grpc-client.svg)](https://clojars.org/io.github.protojure/grpc-client)
[![Clojars Project](https://img.shields.io/clojars/v/io.github.protojure/grpc-server.svg)](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.