reroute
forecast-io
Our great sponsors
reroute | forecast-io | |
---|---|---|
3 | 0 | |
669 | 1 | |
- | - | |
4.3 | 0.0 | |
about 1 month ago | over 7 years ago | |
Haskell | Haskell | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
reroute
-
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.
forecast-io
We haven't tracked posts mentioning forecast-io yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
scotty - Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
apiary - Simple and type safe web framework that can be automatically generate API documentation.
stripe-core - :moneybag: Stripe API
backprop - Heterogeneous automatic differentiation ("backpropagation") in Haskell
airship - Helium + Webmachine = Airship. A toolkit for building declarative, RESTful web apps.
HaTeX - The Haskell LaTeX library.
jsaddle - JavaScript interface that works with GHCJS or GHC
open-browser - Haskell library for opening the web browser.
hamlet - Haml-like template files that are compile-time checked
hbro - [Unmaintained] A minimal web-browser written and configured in Haskell.
postgrest - REST API for any Postgres database
servant-elm - Automatically derive Elm functions to query servant webservices