Skip to content
ironcamel edited this page Sep 13, 2010 · 11 revisions

This page is for brainstorming about implementing support for WebSockets in Dancer

There already exists support for WebSockets at the plack level via Web::Hippie

web::hippie is nice, but you have to put your code in the psgi application
and it’s not easy to write if you don’t have a good understanding of weboscket, imo
Clone this wiki locally