Popularity
8.2
Stable
Activity
0.0
Stable
33
5
15

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Servant    

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.

Do you think we are missing an alternative of servant-router or a related project?

Add another 'servant' Package

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.