NAME
Protocol::WebSocket - WebSocket protocol
DESCRIPTION
Client/server WebSocket message and frame parser/constructor. This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support.
Protocol::WebSocket itself does not contain any code and cannot be used directly. Instead the following modules should be used:
Protocol::WebSocket::Handshake::Server
Server handshake parser and constructor.
Protocol::WebSocket::Handshake::Client
Client handshake parser and constructor.
Protocol::WebSocket::Frame
WebSocket frame parser and constructor.
Protocol::WebSocket::Request
Low level WebSocket request parser and constructor.
Protocol::WebSocket::Response
Low level WebSocket response parser and constructor.
Protocol::WebSocket::URL
Low level WebSocket url parser and constructor.
EXAMPLES
For examples on how to use Protocol::WebSocket with various event loops see examples/
directory in the distribution.
CREDITS
Paul "LeoNerd" Evans
AUTHOR
Viacheslav Tykhanovskyi, vti@cpan.org
.
COPYRIGHT
Copyright (C) 2010, Viacheslav Tykhanovskyi.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.