Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Websockets in Yesod?

I would like to create a website using Yesod and websockets (html5).

Can I use websockets with Yesod webframework?

like image 742
barroco Avatar asked Jun 09 '12 17:06

barroco


1 Answers

Yes, as Thomas M. DuBuisson pointed out in the comments: a WebSocket handler is implemented in WAI which is the interface Yesod is using to communicate with it's backends. I can't comment on how well it works in it's current form, but you can download and try it from Hackage.

like image 88
akosch Avatar answered Dec 09 '22 12:12

akosch