Changes for version 0.12 - 2013-10-10
- deprecate on_next_message, on_each_message and on_finish (use $connection->on($event => sub { }) instead see documentation for different calling convention.
- added AnyEvent::WebSocket::Message class
- You can now use Connection#send method to send Message objects in addition to strings.
Modules
WebSocket client for AnyEvent
WebSocket connection for AnyEvent
WebSocket message for AnyEvent