Is RESTFul Paradigm a Type of FFI (Foreign Function Interface)?


W3Schools
Is RESTFul Paradigm a Type of FFI (Foreign Function Interface)?
by jingkaimori on Hacker News.
FFI is a mechanism by which a program written in one programming language can call routines or make use of services written in another. As far as we know, client can invoke RESTFul API via HTTP to call web server. So is RESTFul paradigm or HTTP a form of FFI?


W3Schools

Leave a comment