1b_autobahn.qbk 994 B

12345678910111213141516171819202122232425
  1. [/
  2. Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. Official repository: https://github.com/boostorg/beast
  6. ]
  7. [section:websocket_autobahn_testsuite WebSocket (Autobahn|Testsuite)]
  8. The
  9. [@https://github.com/crossbario/autobahn-testsuite Autobahn WebSockets Testsuite]
  10. provides a fully automated test suite to
  11. verify client and server implementations of The WebSocket Protocol
  12. for specification conformance and implementation robustness.
  13. The test suite will check an implementation by doing basic
  14. WebSocket conversations, extensive protocol compliance
  15. verification and performance and limits testing.
  16. Autobahn|Testsuite is used across the industry and
  17. contains over 500 test cases.
  18. [@https://vinniefalco.github.io/BeastAssets/reports/autobahn/index.html [*Autobahn|Testsuite WebSocket Results]]
  19. [endsect]