[Haskell-cafe] WebSocket on Haskell?

Oliver Charles ollie at ocharles.org.uk
Mon Apr 27 15:07:13 UTC 2015


If you want to carry on using socket-io, you might be interested in
https://hackage.haskell.org/package/socket-io.

On Mon, Apr 27, 2015 at 1:43 PM, Takenobu Tani <takenobu.hs at gmail.com>
wrote:

> Dear cafe,
>
> Would you tell me reference sources for WebSocket(or Socket.io) on Haskell?
>
> Once I wrote a toy program with WebSocket[1]:
>   Node.js(backend) + JavaScript(frontend) + WebSocket(communication)
>
> I want to port it to Haskell backend for my exercise:
>   Haskell(backend) + JavaScript(frontend) + WebSocket(communication)
>
>
> I'm glad if there are such references:
>   * broadcast to multi-client by WebSocket(or Socket.io)
>   * serve a simple top HTML page
>   * deploy to Heroku or public server
>
>
> [1] https://github.com/takenobu-hs/social-drawing-old-js
>
> Thank you :-),
> Takenobu
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150427/18f8a0c4/attachment.html>


More information about the Haskell-Cafe mailing list