# Autobahn

WebSocket and WAMP in Python for Twisted and asyncio

Repository: https://github.com/crossbario/autobahn-python
Canonical: https://ross.abutalabs.com/products/autobahn
Homepage: https://autobahn.readthedocs.io/
Language: Python
License: NOASSERTION
License Family: other
Topics: python, websocket, real-time, wamp, rpc, pubsub, autobahn
Last push: 2026-07-15T18:49:29+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 93, longevity 100
- inputs: {"age_days": 5516, "days_push": 49, "days_rel": 49, "gap_med": 0, "n_releases_24m": 38}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2543, forks 768 (observed 2026-08-28T04:06:59.480185+00:00)

## What it is
Autobahn|Python is an open-source library implementing the WebSocket protocol and the Web Application Messaging Protocol (WAMP) for Python 3.11+, running on both Twisted and asyncio. It lets developers build WebSocket and WAMP clients and servers supporting RPC and publish/subscribe messaging.

## Use cases
- build a websocket server in python
- add real-time messaging to a python app
- implement pub/sub over websockets
- call remote procedures from python over wamp
- websocket client library for asyncio
- use websockets with twisted

## When to choose
- you need WebSocket or WAMP support in Python on Twisted or asyncio
- you want RPC and pub/sub messaging patterns over WebSocket
- you need a mature, standards-compliant WebSocket implementation

## When to avoid
- you only need simple HTTP request/response
- you use a framework other than Twisted or asyncio
- you need WAMP in a language without an Autobahn client

## Facets
- artifact type: library
- maturity: active
- function: websocket, rpc, middleware, http-client, http-server
- domain: web-development, networking, apis
- platform: python, cross-platform
- tags: wamp, pubsub, twisted, asyncio, real-time-messaging, real-time

## Member repositories
- crossbario/autobahn-python (main) score 94
- crossbario/autobahn-java (sdk) score 23
- crossbario/autobahn-js (sdk) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.480185+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:25:05.276687+00:00, confidence not recorded.
  - readme: https://github.com/crossbario/autobahn-python (fetched 2026-08-28T04:06:59.480185+00:00, sha cf6fd2063b6d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
