21 Feb 2013 22:09
21 Feb 2013 22:23
Re: websockets client
Yuras Shumovich <shumovichy <at> gmail.com>
2013-02-21 21:23:07 GMT
2013-02-21 21:23:07 GMT
Hi, websockets package has basic support for client-side applications: http://hackage.haskell.org/packages/archive/websockets/0.7.2.1/doc/html/Network-WebSockets.html#g:12 AFAIK it is the only available option right now (except implementing it yourself.) Thanks, Yuras On Thu, 2013-02-21 at 16:09 -0500, Stephen Olsen wrote: > Are there any good websockets client libraries for haskell. I've been searching for one but can only come up with server implementations. > > _______________________________________________ > Haskell-Cafe mailing list > Haskell-Cafe <at> haskell.org > http://www.haskell.org/mailman/listinfo/haskell-cafe
21 Feb 2013 22:23
Re: websockets client
Patrick Mylund Nielsen <haskell <at> patrickmylund.com>
2013-02-21 21:23:35 GMT
2013-02-21 21:23:35 GMT
Yes, Jasper's websockets has a client in recent versions that works really nicely since server and client have the same APIs.
The example was a little hidden: https://github.com/jaspervdj/websockets/blob/master/example/client.hs
On Thu, Feb 21, 2013 at 10:09 PM, Stephen Olsen <steve.olsen <at> gmail.com> wrote:
Are there any good websockets client libraries for haskell. I've been searching for one but can only come up with server implementations.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe <at> haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed