Popularity
9.9
Stable
Activity
8.9
-
807
33
255

Monthly Downloads: 47
Programming language: Haskell
License: MIT License
Tags: Web     Conduit    
Latest version: v3.3.12

wai-conduit alternatives and similar packages

Based on the "Conduit" category.
Alternatively, view wai-conduit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wai-conduit or a related project?

Add another 'Conduit' Package

README

An interface between Haskell web frameworks and web servers.

Build status

A Haskell web application targets WAI and then can be deployed to any backend with a WAI adaptor. The premier WAI backend is the Warp web server.

WAI also adds modularity and code-sharing through middleware and WAI applications. Code can be written that works with any web framework targeting WAI.

Documentation

Haddock Documentation