• WebSockets in libcurl
  • Initial work
  • Specs
  • Aim for what's used
  • The curl tool
  • Proposed API
  • CURLOPT_URL
  • curl_ws_send
  • curl_ws_recv
  • curl_ws_poll
  • curl_ws_meta
  • CURLOPT_WS_OPTIONS
  • Multi interface
  • Mockup client psuedo source code using WS_ALONE
  • Mockup client psuedo source code using, easy interface with callbacks
  • Implementation
  • Ping pong
  • Credits