Hacker News new | ask | show | jobs
by osigurdson 831 days ago
I had to replace a .NET remoting based system with thousands of individual calls, with all manner of in process like conventions, with an http layer without changing client code at all in a few weeks.

The result was good but I still don't like transparent rpc (on large dev teams anyway).