Protein v0.16.0 Protein View Source
Remote procedure call system based on Protocol Buffers.
Depending on whether you want to implement an RPC client or server, check out following modules:
Protein.Client
: calls services in remote systemsProtein.Server
: responds to service calls from remote systems
Also, ensure that you have picked and configured one of available transport adapters:
Protein.AMQPAdapter
: transports RPC calls through AMQP messaging queueProtein.HTTPAdapter
: transports RPC calls through HTTP requests protected by secret header