You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesod works on top of WAI, the Web Application Interface. This allows the user to deploy to different targets with minimal (if any) changes, but more importantly lets different web frameworks share code, even when they have very different aims.
Yesod does not attempt to revolutionize the web framework concept. Instead it applies Haskell's strengths to normal REST and MVC style web development. In contrast, there are new web frameworks with very different approaches. They all have examples of using WAI and Hamlet.
Scotty - Sinatra (simple Ruby web framework) inspired. Consider using it if you have a simple site and no interest in Yesod's Widgets and various other features.