-2

Is there a nice implementation of an RPC server that runs on Linux and has a client for Windows. It should use protcolbuf for messages. All code is C++.

The only examples I can find all compile well on Linux but do not have so much luck on Windows!

I checked all these https://code.google.com/p/protobuf/wiki/ThirdPartyAddOns

Damian
  • 4,395
  • 4
  • 39
  • 67

1 Answers1

0

What about Mongrel2 and ZeroMQ?

You can, in fact, write handlers in what ever language you want.

Alex Chamberlain
  • 4,147
  • 2
  • 22
  • 49