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

https://github.com/emcfarlane/rrpc


https://github.com/emcfarlane/rrpc

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

rrpc
====

A rabbitmq rpc service.

Installation
------------

Install the plugin with
```
cd plugin
make
```
ensure your GOPATH environment is set.

Running
-------

```
protoc --go_out=plugins=rrpc:. *.proto
```

TODO
----
everything