Version: 1.1.1, Package name: wslay-1.1.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 445.692 KB |
Version History (View Complete History) |
|
2020-11-18 12:43:26 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to wslay-1.1.1, enable DEBUG_PACKAGES while there |
2019-11-09 05:19:15 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Remove PORTROACH; not sure why but this doesn't work. That stuff is getting more broken by the minute... |
2019-11-08 14:37:35 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Add PORTROACH marker. |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |