FACSKELL / the-project

The project
GNU General Public License v3.0
2 stars 0 forks source link

Haskell Web Framework (with support for WebSockets) ? #2

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

Hi Y'all! I don't know if this is the "right" place to ask this, but have any of you come across a Haskell-based Web Framework that supports WebSockets? my reading of the Haskell Wiki: https://wiki.haskell.org/Web/Frameworks is that only one which has WebSocket support is Wheb but there does not appear to be much movement on the repo: https://github.com/hansonkd/Wheb-Framework

The 0.7 release of Snap claims to add support for WebSockets, but I can't find any docs... http://snapframework.com/blog/2011/12/01/snap-0.7-released

SimonLab commented 7 years ago

You might maybe have a better change with Yesod and the yesod-websockets but I haven't try to use sockets with haskell (yet)

nelsonic commented 7 years ago

@SimonLab thanks! I'm trying to figure out if there's a slick way of doing a websocket server. currently leaning towards using Erlang but would consider Haskell too if there was a credible option. 😉