-
-
01 Jan 2011 23:19:25 UTC
- Distribution: Net-Async-WebSocket
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (8)
- Testers (191 / 40 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (13.78KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Net::Async::WebSocket
- use WebSockets withIO::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
Protocol::WebSocket - WebSocket protocol
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>
Module Install Instructions
To install Net::Async::WebSocket, copy and paste the appropriate command in to your terminal.
cpanm Net::Async::WebSocket
perl -MCPAN -e shell install Net::Async::WebSocket
For more information on module installation, please visit the detailed CPAN module installation guide.