mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Update version requirement of *_DEPENDS - Sort *_DEPENDS - Remove MASTER_SITE_SUBDIR - Fix TEST_DEPENDS - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership
5 lines
377 B
Text
5 lines
377 B
Text
AnyEvent::WebSocket::Client provides an interface to interact with a web server
|
|
that provides services via the WebSocket protocol in an AnyEvent context. It
|
|
uses Protocol::WebSocket rather than reinventing the wheel. You could use
|
|
AnyEvent and Protocol::WebSocket directly if you wanted finer grain control, but
|
|
if that is not necessary then this class may save you some time.
|