I want to make RPC calls of Haskell code from Node.js. What libraries exist for both node and Haskell? I could only found XML-RPC and zeromq, but they seem to be unstable.
1 Answer
for xml-rpc on the Haskell side, the haxr library has been around for a long time and remains supported: http://hackage.haskell.org/package/haxr-3000.8.5
1 Comment
baalexander
github.com/baalexander/node-xmlrpc is an XML-RPC client and server for Node.js. It's actively developed and should be stable.