Call Haskell from Node.JS

I want to make Haskell RPC code calls from Node.js. What libraries exist for node and Haskell? I could only find XML-RPC and zeromq, but they seem unstable.

+4
source share
1 answer

for xml-rpc on the Haskell side, the haxr library has been around for a long time and is supported: http://hackage.haskell.org/package/haxr-3000.8.5 p>

+2
source

Source: https://habr.com/ru/post/1403750/


All Articles