MIT licensed by Rick Owens
Maintained by [email protected]
This version can be pinned in stack with:om-elm-2.0.1.1@sha256:93387ac23079a3eeb51f99a80cbf1cd0c0150e6e30a070de6a76c5afa22c5432,1968

Module documentation for 2.0.1.1

om-elm

This package provides utilities for serving Elm programs directly from your Haskell binary. It uses TemplateHaskell to compile your Elm program at build time, and construct a WAI Middleware which intercepts requests appropriate to the Elm program, and passing other requests to a downstream WAI Application. It is useful for bundling the browser side of a web application with its backing web services implementation.