Popularity
7.5
Declining
Activity
2.2
-
30
6
3

Monthly Downloads: 9
Programming language: Haskell
License: MIT License
Tags: Text     Web     Trasa    

trasa alternatives and similar packages

Based on the "trasa" category.
Alternatively, view trasa-reflex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of trasa or a related project?

Add another 'trasa' Package

README

trasa

This library is a solution for http-based routing and dispatch. Its goals are similar to the goals of servant, however, trasa relies on very different mechanisms to accomplish those goals. All typeclasses in this library are optional. All of the real work is accomplished with GADTs, universal quantification, and plain old haskell data types.

An example application featuring server and client can be seen in the [example folder](./example/).