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

Net::Async::WebSocket - use WebSockets with IO::Async

DESCRIPTION

This distribution provides modules that implement the WebSocket protocol, and allows either servers or clients to be written based on IO::Async.

To implement a server, see Net::Async::WebSocket::Server.

To implement a client, see Net::Async::WebSocket::Client.

This module itself does not provide any code, and exists only to provide the module $VERSION and top-level documentation.

SEE ALSO

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>