Happstack
From HaskellWiki
(Difference between revisions)
(Initial version) |
(Added infobox and web cat) |
||
| (2 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Web|*]] | ||
| + | {{Web infobox}} | ||
{{Stub}} | {{Stub}} | ||
| + | |||
| + | [http://www.happstack.com/ Happstack] is a Haskell web framework. Happstack is designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows environments. | ||
| + | |||
| + | For more information visit the [http://www.happstack.com/ project website]. | ||
| + | |||
* [http://blog.happstack.com/2009/01/21/announcing-happstack-a-fork-of-happs/ Announcing Happstack: A fork of HAppS] | * [http://blog.happstack.com/2009/01/21/announcing-happstack-a-fork-of-happs/ Announcing Happstack: A fork of HAppS] | ||
* [http://tutorial.happstack.com/ Happstack tutorial] | * [http://tutorial.happstack.com/ Happstack tutorial] | ||
| + | |||
| + | * [http://www.cs.uu.nl/wiki/bin/view/Stc/CreatingWebapplicationsUsingHaskell Creating Webapplications Using Haskell]: A Happstack presentation | ||
| + | |||
| + | * [http://hackage.haskell.org/package/happstack Download from Hackage] | ||
| + | |||
| + | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:distributed%20computing Related downloads] | ||
[[Category:Packages]] | [[Category:Packages]] | ||
[[Category:Web]] | [[Category:Web]] | ||
Current revision
This article is a stub. You can help by expanding it.
Happstack is a Haskell web framework. Happstack is designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows environments.
For more information visit the project website.
- Creating Webapplications Using Haskell: A Happstack presentation
