Difference between revisions of "Web/Existing software"

From HaskellWiki
< Web
Jump to navigation Jump to search
(Reformatted to use tables)
(Added TryHaskell)
Line 92: Line 92:
 
! Package & repositories
 
! Package & repositories
 
| [http://sourceforge.net/projects/parallelweb SourceForge]
 
| [http://sourceforge.net/projects/parallelweb SourceForge]
  +
|}
  +
  +
== Try Haskell! ==
  +
  +
Try Haskell in your browser! Interactive tutorial and evaluation.
  +
  +
{| class="wikitable"
  +
|-
  +
! Author
  +
| Chris Done <chrisdone@gmail.com>
  +
|-
  +
! Maintainer
  +
| Chris Done <chrisdone@gmail.com>
  +
|-
  +
! Home page
  +
| http://www.parallelnetz.de/
  +
|-
  +
! Package & repositories
  +
| [http://github.com/chrisdone/tryhaskell TryHaskell Github] - [http://github.com/chrisdone/haskell-json haskell-json Github]
 
|}
 
|}

Revision as of 00:41, 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

amelie

A pastebin site for Haskell, written with FastCGI and nginx.

License GPL
Author(s) Chris Done
Maintainer(s) chrisdone@gmail.com
Home page http://hpaste.org/
Package & repositories Github

hpaste

A pastebin site for Haskell running on top of HAppS.

License BSD3
Author(s) Eric Mertens
Maintainer(s) emertens@gmail.com
Package & repositories Hackage - Github

Juicy

A simple web site that shows the relative "juiciness" of reddit, Hacker News, Digg, etc, written with FastCGI and nginx.

License BSD3
Author(s) Chris Done
Maintainer(s) chrisdone@gmail.com
Home page http://chrisdone.com/juicy
Package & repositories Github

Pass.net

Replaces registration, confirmation mails, and multiple passwords with a single login. at your email domain. Runs on HAppS.

Home page http://pass.net/

Parallel web

Suggests that you travel through a parallel web with translated content. It's based on Simon Marlow's Haskell Web Server.

Home page http://www.parallelnetz.de/
For Haskellers Test the Monad Transformer in a parallel Haskell wiki.
For Germans Search in Saxon dialect or check out the Ehmulator.
Package & repositories SourceForge

Try Haskell!

Try Haskell in your browser! Interactive tutorial and evaluation.

Author Chris Done <chrisdone@gmail.com>
Maintainer Chris Done <chrisdone@gmail.com>
Home page http://www.parallelnetz.de/
Package & repositories TryHaskell Github - haskell-json Github