-
-
14 Mar 2021 22:35:03 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (230 / 0 / 0)
- Kwalitee
Bus factor: 1- 65.42% Coverage
- License: unknown
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (14.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Protocol::WebSocket
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.4.0 - 2021-03-14
- Support for max_recv_size. Support for doing TLS handshake during server loop by handling IO::Socket::SSL objects with SSL_startHandshake => 0, preventing blocking during TLS accept(). shutdown() now exits main loop without waiting for remaining clients. ip() and port() now return useful values after socket disconnects. Listening TCP socket more thoroughly cleaned up during shutdown().
Modules
A straightforward Perl WebSocket server with minimal dependencies.A WebSocket connection managed by Net::WebSocket::Server.Module Install Instructions
To install Net::WebSocket::Server, copy and paste the appropriate command in to your terminal.
cpanm Net::WebSocket::Server
perl -MCPAN -e shell install Net::WebSocket::Server
For more information on module installation, please visit the detailed CPAN module installation guide.