Jesse Gumm is actively working on SimpleBridge for Cowboy at
https://github.com/choptastic/simple_bridge/tree/cowboy if anybody
feels like contributing to his effort. In my personal benchmarks,
Mochiweb + CB was only couple of percent slower than Misultin + CB,
however with Misultin we did have up to date Websocket support,
Mochiweb does not have websockets out of the box, there is a repo on
github by Richard Jones where he added websockets to mochiweb however
it is not the latest specs and needs some work to get it to be same
quality as Misultin's web socket capability.
As I was adding Websocket capability to CB when using Misultin instead
of Mochiweb, it dawned on me that just mapping websocket requests to
controller's actions as a request/response style of communication was
limiting capabilities of websockets. So I don't feel that my time
spent on fiddling with Misultin + CB was wasted, I learned a ton.
Misultin was easy to pick up because Roberto created a ton of
examples.
On to taking over the world with Cowboy :)
-rambocoder
On Feb 17, 10:31 am, Evan Miller <emmil...@gmail.com> wrote:
> On Thu, Feb 16, 2012 at 8:33 PM, Kai Janson <kot
...@gmail.com> wrote:
> > I was just looking at some other Google Groups, when I saw this:
> >https://groups.google.com/forum/?fromgroups#!topic/erlang-programming...
> > I am sure you've seen this already …
> > —Kai
> Yeah that is certainly too bad as Misultin has been a pretty reliable
> piece of software. The word on the street is that SimpleBridge is
> getting Cowboy support, so we'll probably switch to that when it's
> ready.
> --
> Evan Millerhttp://www.evanmiller.org/