10

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

Can I use websockets with Yesod webframework?

barroco
  • 3,018
  • 6
  • 28
  • 38

1 Answers1

5

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.

akosch
  • 4,326
  • 7
  • 59
  • 80