Calling Haskell from Node.JS
问题 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: 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 来源: https://stackoverflow.com/questions/9897623/calling-haskell-from-node-js