wai-devel alternatives and similar packages
Based on the "wai" category.
Alternatively, view wai-devel alternatives based on common mentions on social networks and blogs.
-
wai-middleware-static
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-cli
DISCONTINUED. Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown | now on https://codeberg.org/unrelentingtech/wai-cli -
wai-middleware-static-caching
WAI middleware that intercepts requests to static files and serves them if they exist.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of wai-devel or a related project?
README
This project is not under maintenance.
wai-devel
Development server for WAI compliant haskell web applications.
Installation
From hackage
- stack install wai-devel
or - cabal install wai-devel
From source
- cd wai-devel
- stack build
- stack install
or - cd wai-devel
- cabal build
- cabal install
The wai-devel binary will now be in your ~/.local/bin you can use it freely.
Usage
See the wiki.
Contributing
No contributing page yet. Just read the haddocks.
See the wai-devel minimal reproduction in the wiki.
Issues
Doesn't recompile on changes in Template Haskell files. Here is the specific issue.
Coming next
- Provide a dashboard page with compilation status, GC stats, and other such useful meta-information.
- Port to windows. This depends on ide-backend getting ported to Windows.
*Note that all licence references and agreements mentioned in the wai-devel README section above
are relevant to that project's source code only.