• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elm server side support

Experimental server side Elm package

If you have a Main module, you can run the compiled js file with node automatically.

node elm.js

You can also import the file as a library, setup any ports, and start the program manually.

var Elm = require('./elm.js');

var app = Elm.Main.worker();

The API is still very experimental.

For a more in depth example, checkout elm-oracle.