Socket
Book a DemoInstallSign in
Socket

autobahntestsuite

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autobahntestsuite

AutobahnTestSuite - WebSocket/WAMP protocol implementation test suite.

pipPyPI
Version
0.8.2
Maintainers
3

Twisted-based WebSocket/WAMP protocol implementation test suite.

Autobahn|Testsuite provides a fully automated test suite to verify client and server implementations of the WebSocket protocol.

The test suite will check an implementation by doing basic WebSocket conversations, extensive protocol compliance verification and performance and limits testing.

Contains over 500 test cases covering

  • Framing
  • Pings/Pongs
  • Reserved Bits
  • Opcodes
  • Fragmentation
  • UTF-8 Handling
  • Limits/Performance
  • Closing Handshake
  • Opening Handshake (under development)
  • WebSocket compression (permessage-deflate extension)

Besides the automated test suite, wstest also includes a number of other handy developer tools:

  • WebSocket echo server and client
  • WebSocket broadcast server (and client driver)
  • Testee modes to test Autobahn itself against the test suite
  • wsperf controller and master (see http://www.zaphoyd.com/wsperf)
  • WAMP server and client, for developing WAMP implementations

More information:

Keywords

autobahn autobahn.ws websocket wamp realtime test testsuite rfc6455 wstest wsperf

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts