[Beast] WebSocket is now feature-complete!
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
Congratulations on this accomplishment!
This is not a small thing.
--charley
On Sat, Jan 28, 2017 at 4:28 AM, Vinnie Falco
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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
charleyb123 .
-
Peter Dimov
-
Vinnie Falco