Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.