ports/www/p5-AnyEvent-WebSocket-Client/pkg-descr
Po-Chuan Hsieh 0c51acb74b
www/p5-AnyEvent-WebSocket-Client: Add missing *_DEPENDS
- Update version requirement of *_DEPENDS
- Sort *_DEPENDS
- Remove MASTER_SITE_SUBDIR
- Fix TEST_DEPENDS
- Update pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership
2023-08-17 02:25:19 +08:00

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.