-
Notifications
You must be signed in to change notification settings - Fork 203
WebSockets
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
franck: web::hippie is nice, but you have to put your code in the psgi application
franck: and it’s not easy to write if you don’t have a good understanding of weboscket, imo
franck: I will try something with web::hippie
franck: if we can rely on a middleware is better for us
franck: the websocket specifications are not done
franck: and I don’t want to have to change the code each time they decide something new