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.4.0 - 2021-03-14

  • Support for max_recv_size. Support for doing TLS handshake during server loop by handling IO::Socket::SSL objects with SSL_startHandshake => 0, preventing blocking during TLS accept(). shutdown() now exits main loop without waiting for remaining clients. ip() and port() now return useful values after socket disconnects. Listening TCP socket more thoroughly cleaned up during shutdown().

Modules

A straightforward Perl WebSocket server with minimal dependencies.
A WebSocket connection managed by Net::WebSocket::Server.