crossbario / crossbario/autobahn-python

ApplicationRunner should support unix-domain sockets

Open
#409 11 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement needs-design needs-discussion PRIO HIGH wamp
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.