servant-router alternatives and similar packages
Based on the "servant" category.
Alternatively, view servant-router alternatives based on common mentions on social networks and blogs.
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
servant-generate
Generate default implementations for servers in a flexible way (a.k.a servant-mock on steroids)
InfluxDB high-performance time series database

Do you think we are missing an alternative of servant-router or a related project?
README
servant-router
servant-router
routes a URI given a Servant API and an appropriate
handler. In web applications, this is used to make single page
applications (SPAs) with front-end routing, letting you share portions
of your Servant APIs between the client and server.
servant-router
does not depend on reflex
or any GHCJS packages.
It's intended to be a general purpose URI router on any platform.
Combined with reflex-dom
, servant-reflex
, and
reflex-dom-contrib
, this makes for a very satisfactory front-end
Haskell experience.
You can see examples of using servant-router
on both the frontend
and the backend in the examples
directory.