diff options
author | James Taylor <james@jtaylor.id.au> | 2019-12-09 12:47:05 +1100 |
---|---|---|
committer | James Taylor <james@jtaylor.id.au> | 2019-12-09 13:07:43 +1100 |
commit | da867f65cb5d6bbed80b2ca1886b7f213d852113 (patch) | |
tree | 3bfc7235af3922dedc30fd09e4e842f898db3270 /libs/apr | |
parent | 6cff09119bb2d4e5819325bfa2ff3997241fb80f (diff) |
libwslay: add package
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.
Signed-off-by: James Taylor <james@jtaylor.id.au>
Diffstat (limited to 'libs/apr')
0 files changed, 0 insertions, 0 deletions