Reroute Alternatives
Similar projects and alternatives to reroute
-
scotty
Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
-
-
-
wai-cors
A Haskell implementation of Cross-Origin resource sharing (CORS) for Wai
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
reroute reviews and mentions
-
Spock web framework routing question
Based on https://github.com/agrafix/Spock/blob/master/reroute/src/Web/Routing/SafeRouting.hs#L134 it seems to use a Hashmap? (from Data.HashMap.Strict)
Thanks, you are probably correct. Mistaken with insertion & matching functions working on a 2nd parameter of PathMap which is a plain list. Digged through Spock calls and ended up at hookRoute which builds-up an actual routing data structure, ie. strict HashMap.
Stats
agrafix/Spock is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of reroute is Haskell.