unitym: A monad type class shared between web services

[ bsd3, library, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.7 && <5), text (>=1.2 && <1.3), transformers (>=0.5 && <0.6) [details]
License BSD-3-Clause
Copyright 2017 Brian Hurt
Author Brian Hurt
Maintainer bhurt42@gmail.com
Category Web
Home page https://github.com/bhurt/unitym#readme
Source repo head: git clone https://github.com/bhurt/unitym/unitym
Uploaded by bhurt at 2017-02-07T15:36:48Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 1995 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-07 [all 1 reports]

Readme for unitym-0.1.0.2

[back to package description]

One of the nice things about WAI is that it allows us to combine multiple different server frameworks in a single web server- allowing us to use (for example) Yesod to develop the server-side rendered HTML part of the website, and Servant to develop the REST API part. But this gives rise to a desire to share code between the different frameworks. This is where UnityM comes in.