$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Beast] WebSocket is now feature-complete!
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-01-28 06:28:35
I'm pleased to announce that Beast 1.0.0-b24 has been pushed to the
master branch, making Beast's WebSocket implementation feature
complete with respect to RFC 6455 ("The WebSocket Protocol") and
draft-ietf-hybi-permessage-compression-28 ("Compression Extensions for
WebSocket).
The latest version adds support for the "permessage-deflate"
extension, which allows WebSocket messages to be compressed using the
deflate algorithm. Beast comes with a header-only port of ZLib to
modern C++11, no additional library is necessary to use the extension.
The library now passes every test in the Autobahn TestSuite including
compression tests.
Official Repository
https://github.com/vinniefalco/Beast/
Documentation
http://vinniefalco.github.io/beast/index.html
Autobahn TestSuite results
http://vinniefalco.github.io/autobahn/index.html
Thanks!
-- Follow me on Github: https://github.com/vinniefalco