This is a modified version from the output of a lein new protojure
template run. The output is a set of sample
files demonstrating the use of the protojure lib + protoc plugin to expose a GRPC server/client with bi-direcional stream.
The server and the client runs in a control loop sending messages to each other without any order.
- See protujure-template for more details.
- See protojure quick-start for more details.
The Protocol Buffer 'protoc' compiler and Protojure protoc-plugin must be installed.
Start the gRPC server on port 8080
make all
cd server && lein run-server
Start the gRPC client
cd client && lein run-client
This project is licensed under the Apache License 2.0.