Serve using UNIX domain socket
See original GitHub issueWould it be possible to make datasette serve using UNIX domain socket similar to Uvicorn’s --uds
?
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
UNIX domain sockets - IBM
UNIX domain sockets enable efficient communication between processes that are running on the same z/TPF processor. UNIX domain sockets support both stream- ...
Read more >Getting Started With Unix Domain Sockets - Medium
Getting Started With Unix Domain Sockets. Sockets provide a means of communication between processes, i.e. a way for them to exchange data.
Read more >UNIX domain sockets - Troy D. Hanson
UNIX domain sockets are a method by which processes on the same host can communicate. Communication is bidirectional with stream sockets and ...
Read more >Unix Socket - Server Examples - Tutorialspoint
Create a socket with the socket() system call. · Bind the socket to an address using the bind() system call. · Listen for...
Read more >Interprocess Communication using Unix Domain Sockets
The server and clients communicate over Unix domain sockets. The server has a "public" socket, /tmp/complaint-server.socket.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This sounds like a valuable feature for people running Datasette behind a proxy.
Wrote up a TIL: https://til.simonwillison.net/nginx/proxy-domain-sockets