Hacker News new | ask | show | jobs
by Arcsech 1711 days ago
Not being an expert on the topic, to me FFI implies a tighter coupling between caller and called, typically that they will be in the same memory space.

I would consider RESTful and HTTP APIs closer to remote procedure calls (RPC).