Popularity
4.6
Declining
Activity
5.6
-
3
5
1

Monthly Downloads: 21
Programming language: Haskell
License: MIT License
Tags: Web    
Latest version: v2.0.0.0

om-elm alternatives and similar packages

Based on the "Web" category.
Alternatively, view om-elm alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of om-elm or a related project?

Add another 'Web' Package

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.