[erlang-questions] [ANN] mochicow 0.1

Bob Ippolito bob@REDACTED
Fri Jun 8 19:25:50 CEST 2012


On Fri, Jun 8, 2012 at 9:56 AM, Benoit Chesneau <bchesneau@REDACTED> wrote:

>
> I just released the version 1 of mochicow, a mochiweb adapter for
> cowboy. Use your mochiweb code d with cowboy.
>
> There are 2 ways to use mochicow:
>
> - as a cowboy protocol: It will use the socket acceptor pool of cowboy
> instead of the mochiweb one.
> - as a protocol upgrade. Like websockets you can upgrade a cowboy
> handler to use a mochiweb loop. It allows you to use both your new
> code with cowboy and old code with mochiweb.
>
> See the examples in the examples for the usage.
>
> The source is on github:
>
> https://github.com/benoitc/mochicow
>
> Enjoy :)
>

This is fantastic, I had considered doing this myself but I don't have any
legacy code to worry about at the moment :)

-bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120608/2160761a/attachment.htm>


More information about the erlang-questions mailing list