Reputation: 116
I have web based chat app written in Haskell's Snap Web framework, it currently uses web sockets. For a variety of reasons I want to move from Websockets to Server Sent Events. Some of my reasons are: Web sockets not being included in HTTP 2.0, and EventSource is more suited to interface with a functional language.
I'm looking for any tips, documentation, advice, right-direction-pointing ect.. related to the Snap framework and Sever Sent Events / EventSource
Upvotes: 1
Views: 70