polysemy-webserver: Start web servers from within a Polysemy effect stack

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2
Dependencies base (>=4.7 && <5), bytestring, http-types, polysemy (>=1.4.0.0), wai, wai-websockets, warp, websockets [details]
License BSD-3-Clause
Copyright Copyright (C) 2020 Andrew Miller
Author Andrew Miller
Maintainer andrew@amxl.com
Category Web
Source repo head: git clone https://gitlab.com/A1kmm/polysemy-webserver
Uploaded by AndrewMiller at 2023-06-24T11:26:56Z
Distributions LTSHaskell:0.2.1.2, Stackage:0.2.1.2
Downloads 778 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-24 [all 1 reports]

Readme for polysemy-webserver-0.2.1.2

[back to package description]

polysemy-webserver

A simple wrapper around Warp and Wai to make it easier to write web servers using Polysemy.

See test/Spec.hs for a simple example of how to use it.