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

NAME

Amon2::Web::WebSocket - websocket support for Amon2

DESCRIPTION

This module is a helper class for websocket support for Amon2.

see Amon2::Plugin::Web::WebSocket for concrete usage.

METHODS

$ws->on_receive_message(\&code);
$ws->on_eof(\&code);
$ws->on_error(\&code);

set a callback function on received event.