The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.14 - 2024-09-11

  • CHANGES
    • Use `meta` v0.008 rather than `no strict 'refs'` and `Sub::Util` hackery
    • Depend on `URI::wss` rather than locally reïmplementing it
    • General minor style updates to module code and documentation

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