rsocket-rpc-js
rsocket-rpc-js copied to clipboard
Documentation missing
How do I compile or use this?
cmake cant find protobuf include files even thoug they are in /usr/include/google/protobuf/
Ah nvm, just took the release instead of building it, and ran it like so,
protoc --proto_path=src/main/proto --js_out=src/main/resources/public/static/js/rsocket-rpc/
--rsocket_rpc_out=src/main/resources/public/static/js/
--plugin=protoc-gen-rsocket_rpc="path/to/rsocket_rpc_js_plugin" src/main/proto/service.proto