NAME

Web::Async::WebSocket::Server - Future-based web+HTTP handling

DESCRIPTION

Provides basic websocket server implementation.

METHODS

port

Returns the current listening port.

incoming_client

A Ryu::Source which emits an event every time a client connects.

disconnecting_client

A Ryu::Source which emits an event every time a client disconnects.

closing_client

A Ryu::Source which emits an event every time a client closes normally.

INHERITED METHODS

IO::Async::Notifier

add_child, adopt_future, adopted_futures, can_event, children, configure_unknown, debug_printf, get_loop, invoke_error, invoke_event, loop, make_event_cb, maybe_invoke_event, maybe_make_event_cb, notifier_name, parent, remove_child, remove_from_parent

Object::Pad::UNIVERSAL

BUILDARGS

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

Copyright Tom Molesworth 2024. Licensed under the same terms as Perl itself.