File: README

package info (click to toggle)
libnet-async-websocket-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 156 kB
  • sloc: perl: 519; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

      * Protocol::WebSocket - WebSocket protocol

AUTHOR

    Paul Evans <leonerd@leonerd.org.uk>