[Haskell-cafe] Re: what is *hack*?

Alberto G. Corona agocorona at gmail.com
Wed Jan 13 15:47:18 EST 2010


rack (and hack)  permits also to concatenate applications (request handlers)
one in top of the other. with interesting combinations (filters,
encriptation layers, applications as such). It seems that this is the reason
for its name. At first sight it seems too little code to make something
useful, but it´s fine.

2010/1/13 Pasqualino "Titto" Assini <tittoassini at gmail.com>

> Hi Michael,
>
> what is your experience with hack? Do you have any problem moving your
> apps from one server/env to another?
>
> Regards,
>
>     titto
>
> 2010/1/13 Günther Schmidt <gue.schmidt at web.de>:
> > Hi Michael,
> >
> > on first impression this seems like a good idea then.
> >
> > Günther
> >
> >
> >
> > Am 13.01.10 15:48, schrieb Michael Snoyman:
> >>
> >> Günther,
> >>
> >> Hack is a layer between a web application and a web server. It allows
> >> you to write a web application once and have it communicate with the
> >> server in different ways simply by swapping the handler. For example, I
> >> have applications that I test on my local system using
> >> hack-handler-simpleserver and then deploy onto an Apache server using
> >> either hack-handler-cgi or hack-handler-fastcgi.
> >>
> >> Michael
> >>
> >
> >
> > _______________________________________________
> > Haskell-Cafe mailing list
> > Haskell-Cafe at haskell.org
> > http://www.haskell.org/mailman/listinfo/haskell-cafe
> >
>
>
>
> --
> Pasqualino "Titto" Assini, Ph.D.
> http://quicquid.org/
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100113/a18f22c1/attachment.html


More information about the Haskell-Cafe mailing list