Accessing Erlang business layer via REST

Posted by Polyn on Stack Overflow See other posts from Stack Overflow or by Polyn
Published on 2009-01-08T14:09:07Z Indexed on 2010/06/11 9:23 UTC
Read the original article Hit count: 193

Filed under:
|
|

For a college project i'm thinking of implementing the business layer in Erlang and then accessing it via multiple front-ends using REST. I would like to avail of OTP features like distributed applications, etc.

My question is how do I expose gen_server calls/casts to other applications? Obviously I could make RPC calls via language specific "bridges" like OTP.net or JInterface, but I want a consistent way to access it like REST.

© Stack Overflow or respective owner

Related posts about rest

Related posts about erlang