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-auth
Authentication middleware that secures WAI application -
wai-middleware-static
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-middleware-throttle
WAI Request Throttling Middleware -
wai-middleware-metrics
WAI middleware that collects requests metrics -
wai-middleware-rollbar
Middleware that communicates to Rollbar. -
wai-cli
Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown -
wai-middleware-crowd
Middleware and utilities for using Atlassian Crowd authentication -
wai-util
Utility functions for WAI that haven't found another home yet -
wai-session-clientsession
Session store based on clientsession -
wai-session-postgresql
WAI Session that keeps its data in a PostgreSQL database -
wai-session-tokyocabinet
Session store based on Tokyo Cabinet -
wai-middleware-hmac
WAI HMAC Authentication Middleware and Client -
wai-middleware-preprocessor
WAI middleware for static file preprocessors -
wai-digestive-functors
Helpers to bind digestive-functors onto wai requests -
wai-middleware-delegate
A WAI middleware that enables proxying WAI requests to another server. -
wai-middleware-static-embedded
Serve static files embedded in your executable as a wai middleware. -
wai-middleware-static-caching
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-middleware-travisci
WAI middleware for authenticating webhook payloads from Travis CI -
wai-middleware-headers
addHeaders and cors for Haskell's Network.Wai -
wai-middleware-caching
WAI Middleware to cache (contains generic, LRUCache and Redis Cache backend) -
wai-middleware-slack-verify
WAI Slack request verification middleware -
wai-handler-snap
Web Application Interface handler using snap-server. (deprecated)
Less time debugging, more time building
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.