All Projects → vrih → clojure-grpc-example

vrih / clojure-grpc-example

Licence: EPL-1.0 license
Minimal example of using GRPC with Clojure

Programming Languages

java
68154 projects - #9 most used programming language
clojure
4091 projects

clojure-grpc-example

This is a demonstration of how to make GRPC calls in Clojure. For now this covers only the most basic use case.

This uses mount for starting the server.

Usage

  1. Run gradle build to generate the java classes from the proto file.
  2. The server is started from the (mount/start) in core.clj
  3. Run the client in client.clj.

Note

Some of the helper code comes from Captial One https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services.

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].