Difference between revisions of "Web/Servers"

From HaskellWiki
< Web
Jump to navigation Jump to search
m (Added infobox)
(Use tables)
Line 6: Line 6:
 
Hyena is a simple web application container that can be used to run Haskell web applications behind more robust web servers like Apache.
 
Hyena is a simple web application container that can be used to run Haskell web applications behind more robust web servers like Apache.
   
  +
{| class="wikitable"
'''License''' BSD3
 
  +
! License
 
  +
| BSD3
'''Author:''' Johan Tibell <johan.tibell@gmail.com>
 
  +
|-
 
  +
! Author
'''Maintainer:''' Johan Tibell <johan.tibell@gmail.com>
 
 
| Johan Tibell <johan.tibell@gmail.com>
 
  +
|-
'''Announcement''': http://www.haskell.org/pipermail/haskell-cafe/2009-June/063058.html
 
  +
! Maintainer
 
 
| Johan Tibell <johan.tibell@gmail.com>
'''Package & repositories'''
 
  +
|-
 
  +
! Announcement
* Hackage: http://hackage.haskell.org/package/hyena
 
 
| [http://www.haskell.org/pipermail/haskell-cafe/2009-June/063058.html Haskell Cafe]
* Github: http://github.com/tibbe/hyena
 
  +
|-
 
! Package & repositories
 
| [http://hackage.haskell.org/package/hyena Hackage] - [http://github.com/tibbe/hyena Github]
  +
|}
   
 
== Snap Server ==
 
== Snap Server ==
Line 33: Line 37:
 
* are interested in contributing to the Snap Framework project.
 
* are interested in contributing to the Snap Framework project.
   
  +
{| class="wikitable"
'''License:''' BSD3
 
  +
! License
 
  +
| BSD3
'''Author:''' James Sanders, Gregory Collins, Doug Beardsley
 
  +
|-
 
  +
! Author
'''Maintainer:''' snap@snapframework.com
 
 
| James Sanders, Gregory Collins, Doug Beardsley
 
  +
|-
'''Package & repositories'''
 
  +
! Maintainer
 
 
| snap@snapframework.com
* Hackage: http://hackage.haskell.org/package/snap-server
 
  +
|-
* Github: http://github.com/snapframework/snap-server
 
 
! Package & repositories
 
| [http://hackage.haskell.org/package/snap-server Hackage] - [http://github.com/snapframework/snap-server Github]
  +
|}

Revision as of 00:11, 4 October 2010

Haskell Web Development

Software:
Servers - Libraries - Frameworks
Deploy - Cloud
Interfaces to frameworks
Databases and Persistence
Testing and Verification
Content Management

Community & Research:
Forums and Discussion
Literature (research, talks and blogs)
Existing Haskell web applications
Ongoing projects and ideas

Hyena

Hyena is a simple web application container that can be used to run Haskell web applications behind more robust web servers like Apache.

License BSD3
Author Johan Tibell <johan.tibell@gmail.com>
Maintainer Johan Tibell <johan.tibell@gmail.com>
Announcement Haskell Cafe
Package & repositories Hackage - Github

Snap Server

Part of the Snap framework, the Snap server is similar to Hyena in that it provides a very fast low level web server. From the Hackage package:

This is the first developer prerelease of the Snap framework. Snap is a simple and fast web development framework and server written in Haskell. For more information or to download the latest version, you can visit the Snap project website at http://snapframework.com/.

The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web server library written in Haskell. Together with the snap-core library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol.

Higher-level facilities for building web applications (like user/session management, component interfaces, data modeling, etc.) are planned but not yet implemented, so this release will mostly be of interest for those who:

  • need a fast and minimal HTTP API at roughly the same level of abstraction as Java servlets, or
  • are interested in contributing to the Snap Framework project.
License BSD3
Author James Sanders, Gregory Collins, Doug Beardsley
Maintainer snap@snapframework.com
Package & repositories Hackage - Github