pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/wslay



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 23 18:32:09 UTC 2016

Added Files:
        pkgsrc/www/wslay: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Wslay is a WebSocket library written in C. It implements the protocol version
13 described in RFC 6455. This library offers 2 levels of API: event-based API
and frame-based low-level API. For event-based API, it is suitable for
non-blocking reactor pattern style. You can set callbacks in various events.
For frame-based API, you can send WebSocket frame directly. Wslay only supports
data transfer part of WebSocket protocol and does not perform opening handshake
in HTTP.

Wslay supports:
* Text/Binary messages.
* Automatic ping reply.
* Callback interface.
* External event loop.

Wslay does not perform any I/O operations for its own. Instead, it
offers callbacks for them. This makes Wslay independent on any I/O
frameworks, SSL, sockets, etc.  This makes Wslay protable across
various platforms and the application authors can choose freely I/O
frameworks.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/wslay/DESCR pkgsrc/www/wslay/Makefile \
    pkgsrc/www/wslay/PLIST pkgsrc/www/wslay/buildlink3.mk \
    pkgsrc/www/wslay/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index