Skip to content

tino415/elm-node

 
 

Repository files navigation

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.

About

Elm server side support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Elm 4.6%
  • Shell 0.1%