[Haskell-cafe] ANN: HAppS -- Haskell Application Server v 0.2
S. Alexander Jacobson
alex at alexjacobson.com
Tue Feb 22 10:57:56 EST 2005
HAppS is a Haskell library for building Internet applications,
featuring:
* HAppS.ACID: Guarantee application integrity in the face of
unplanned outages using this module's integrated write-ahead logging
and checkpointing framework.
* HAppS.DBMS: Do relational operations in Haskell (rather than
SQL) on Haskell sets (outside the IO Monad). Define custom indices for
your Haskell datatypes (e.g. geographic/geometric types). Use in
combination with ACID for a robust relational DBMS customized for your
application.
* HAppS.Protocols: Expose your application using as an HTTP server
and/or by recieving and sending SMTP.
- License
HAppS is released by HAppS.org under the terms of the GNU General
Public License Version 2, a copy of which is enclosed with this
package.
- How do I get HAppS?
More information is available at http://HAppS.org
A tarball of HAppS is available at
http://HAppS.org/HAppS/happs.tar.gz. HAppS is also available via
darcs:
darcs get http://happs.org/HAppS
______________________________________________________________
S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com
More information about the Haskell-Cafe
mailing list