3
votes
2answers
191 views

Yesod, WebSockets and Persistent

I'm trying to implement a server for a turn based game in Haskell. My choice would be to use Yesod for adminstration and meta-information (like, what games a user participates in and such). I'd like ...
1
vote
0answers
75 views

Has anyone ported the Yesod chat-example to websockets?

Has anyone ported the Yesod chat-example to websockets? http://www.yesodweb.com/book/wiki-chat-example https://github.com/yesodweb/wai/blob/master/wai-websockets/Network/Wai/Handler/WebSockets.hs
7
votes
1answer
805 views

Websockets in Yesod?

I would like to create a website using Yesod and websockets (html5). Can I use websockets with Yesod webframework?