Skip to content

How to access a Unix Socket with socketio-python #1454

Answered by miguelgrinberg
lupaulus asked this question in Q&A
Discussion options

You must be logged in to vote

@lupaulus I assume the question is about using the Python Socket.IO client for this? This is currently not a supported option, just because this package uses URLs to make connections and it currently has no knowledge of how to form HTTP and WebSocket URLs that reference a UNIX domain socket. I suppose this is possible to add, but I honestly don't know what URLs should look like, and if the third-party packages that I use for low-level HTTP and WebSocket connections support them.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lupaulus
Comment options

@miguelgrinberg
Comment options

Answer selected by lupaulus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants