Skip to content

shalapatil/clj-grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-grpc-demo

Demonstrates how to use GRPC with clojure. Implements basic calculator with only add & subtract function.

Installation

  • Need java8

Usage

Project is using lein-protoc plugin which is used to create java client stubs.

clj-grpc-demo.server> (-main)

clj-grpc-demo.server> (require 'clj-grpc-demo.client)

clj-grpc-demo.server> (clj-grpc-demo.client/add 1 1) => 2

About

How to use GRPC with Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published