Hacker News new | ask | show | jobs
by agocorona 3718 days ago
Since JavaScript and the browser is the only thing that matters nowadays:

transient-universe can run Browser nodes compiled from haskell to Javascript. they can display DOM widgets and are integrated with server nodes, using websockets communications. Just compile the program with the Haskelll to JS compiler and point the browser to http://server:port. The server nodes have a HTTP server that will send the compiled program to the browser.