The closest I know of to what you seem to want is here:
https://github.com/maxsnew/IO
The elm-io.sh script there takes a .js file generated by elm-make, and
adds a few things to it to make it work nicely with nodejs. There's
not really any support for using external node libs, but you could
possibly get something working with some combination of custom
modifications to the elm-io.sh script and doing some node-specific
stuff in native elm modules.
In summary, I believe there's nothing officially supported to do this,
but a few people are starting to experiment with it.
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
elm-discuss...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
--
--Aaron V.
[
http://github.com/avh4 ]