The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2017-12-08

  • CHANGES
    • Fix documentation of ->send_TYPE_frame methods, noting they return Futures
    • Add ->send_close_frame method and on_close_frame event
    • Set the SSL_hostname option when connecting over SSL
    • Update for Protocol::WebSocket 0.22
  • BUGFIXES
    • Clients must emit masked frames (RT88441, RT122052)
    • Declare requires perl >= 5.010 because of // operator

Modules

use WebSockets with IO::Async
connect to a WebSocket server using IO::Async
send and receive WebSocket frames
serve WebSocket clients using IO::Async