crossbario / crossbario/autobahn-python
ApplicationRunner should support unix-domain sockets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
Currently it's only possible to open TCP (or TLS) connections on IPv4. This should include other socket types that Autobahn supports.
We can't just export Twisted endpoints as "the" API as that can't easily be supported for the asyncio ApplicationRunner...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing ApplicationRunner's existing TCP and TLS connection setup, then compare how socket types are supported by Autobahn's Twisted and asyncio integrations. Done means ApplicationRunner supports Unix-domain sockets and other socket types Autobahn supports without making Twisted endpoints the shared API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100