Hacker News new | ask | show | jobs
Ask HN: Good Distributed RPC system?
1 points by ericff 4319 days ago
I am looking for good distributed RPC system, which can

1. Used in browser, nodejs. (Will be nice if it support golang, PHP or erlang)

2. Have "session" feature or at least can easily to build one.

I am currently looking into

- http://substack.net/dnode

- https://github.com/koding/kite

- http://crossbar.io/

Any others?

Any experiences?

Thanks