Hacker News new | past | comments | ask | show | jobs | submit login

RPC is a concept - not a protocol.

For instance, the implementation of RPC I use looks like:

    POST /v1/:method
A JSON object in the request body is the only parameter on the method. The response body is the returned value encoded as JSON.

Very simple, and still entirely within HTTP. Just not RESTful.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: