tonyg / racket-rfc6455

RFC 6455 WebSockets support for Racket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Websocket Client support

tonyg opened this issue · comments

At present, the package provides only a WebSocket server, whereas the builting net/websocket collection offers both client and server interfaces. This package should also support WebSocket clients.