Go to file
2016-02-29 04:07:42 +09:00
demo Added an example with email auth and an ses mailer 2015-12-05 20:21:38 -07:00
yesod
yesod-auth Merge pull request #1165 from lethjakman/auth_csrf 2016-02-23 14:54:50 +01:00
yesod-auth-oauth add twitterId function 2016-02-29 04:07:42 +09:00
yesod-bin only perform checks when it needs to build 2016-02-19 15:42:42 -05:00
yesod-core Add _token parameter to redirectToPost #1151 2016-01-24 14:37:44 +02:00
yesod-eventsource
yesod-form Use defaultCsrfParamName instead of hard-coding its value 2016-02-15 23:59:24 -08:00
yesod-newsfeed Fuller docs + version bump 2016-02-02 08:59:01 -08:00
yesod-persistent
yesod-sitemap Doc link updates 2014-12-21 15:23:52 +02:00
yesod-static Version bump 2015-09-07 08:35:36 +03:00
yesod-test version bump for 1.5.0.1 2015-08-25 23:17:56 -07:00
yesod-websockets Bump yesod-websockets version. 2015-08-28 19:30:32 -05:00
.gitignore
.travis.yml Better Travis caching 2016-01-21 14:15:24 +02:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT spacing and problem resolution 2015-10-07 06:18:03 -07:00
Dockerfile
LICENSE
README
README.md
ReleaseNotes.md
sources.txt
stack.yaml Newer wai-app-static to fix build against nightly 2016-01-21 09:09:03 +02:00

Yesod Web Framework

An advanced web framework using the Haskell programming language. Featuring:

  • safety & security guaranteed at compile time
  • developer productivity: tools for all your basic web development needs
  • raw performance
    • fast, compiled code
    • techniques for constant-space memory consumption
  • asynchronous IO
    • this is built in to the Haskell programming language (like Erlang)

Learn more about Yesod on its main website. If you want to get started using Yesod, we strongly recommend the quick start guide, based on the Haskell build tool stack.

Hacking on Yesod

Yesod consists mostly of four repositories:

git clone --recursive http://github.com/yesodweb/shakespeare
git clone --recursive http://github.com/yesodweb/persistent
git clone --recursive http://github.com/yesodweb/wai
git clone --recursive http://github.com/yesodweb/yesod

Each repository can be built with stack build.