msgpack-rpc / msgpack-rpc-ruby

MessagePack-RPC Ruby Implementation
21 stars 14 forks source link

Client and server on the same endpoint? #2

Open tarruda opened 10 years ago

tarruda commented 10 years ago

Hi

How can I create a client and server on the same endpoint? I need this to write a ruby program that connects to a msgpack-rpc server that not only accepts requests, but can also send notifications and requests to it's clients.