@hackage / om-elm

Haskell utilities for building embedded Elm programs.

Latest2.0.1.2

About

Metadata

  • Last updated , by rickowens
  • License MIT
  • Categories Web Development
  • Maintained by: rick@owensmurray.com

  • Lottery factor: 1

Links

Installation

Readme

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.