Feature Request: Support unix sockets #230
Unanswered
braun2morrow
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now, kamal-proxy can only talk http over TCP/IP. It would be nice to also support http over unix domain sockets, for when the service is located on the same computer. This is supported by most webservers, and has the following advantages:
See e.g. https://krun.pro/nodejs-unix-domain-sockets/ and https://github.com/goldsborough/ipc-bench
All reactions