wai-devel: A web server for the development of WAI compliant web applications.

[ library, mit, program, web ] [ Propose Tags ]

A development server for WAI applications.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4
Change log Changelog.md
Dependencies array (>=0.5 && <0.6), base (>=4.7 && <5.0), blaze-html (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), Cabal-ide-backend (>=1.23 && <1.24), directory (>=1.2 && <1.3), file-embed (>=0.0 && <0.1), filepath (>=1.3 && <1.5), fsnotify (>=0.1 && <0.3), ghc (>=7.8 && <7.12), Glob (>=0.7 && <0.8), http-client (>=0.4 && <0.5), http-conduit (>=2.1 && <2.2), http-reverse-proxy (>=0.4 && <0.5), http-types (>=0.8 && <0.10), ide-backend (>=0.10 && <0.11), MissingH (>=1.3 && <1.4), network (>=2.6 && <2.7), optparse-applicative (>=0.11 && <0.13), process (>=1.2 && <1.3), shakespeare (>=2.0 && <2.1), split (>=0.1 && <0.3), stm (>=2.4 && <2.5), streaming-commons (>=0.1 && <0.2), system-filepath (>=0.4 && <0.5), text (>=1.2 && <1.3), time (>=1.4 && <1.6), transformers (>=0.3 && <0.5), wai (>=3.0 && <4.0), wai-devel, warp (>=3.0 && <4.0), websockets (>=0.9 && <1.1) [details]
License MIT
Author Njagi Mwaniki
Maintainer njagi@urbanslug.com
Category Web
Home page https://github.com/urbanslug/wai-devel
Uploaded by urbanslug at 2016-03-21T06:12:13Z
Distributions
Executables wai-devel
Downloads 2200 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-03-21 [all 1 reports]

Readme for wai-devel-0.0.0.4

[back to package description]

wai-devel

Join the chat at https://gitter.im/urbanslug/wai-devel Build Status

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.