Skip to main content
edited title
Link
ctrl-alt-delor
  • 28.8k
  • 11
  • 66
  • 113

display Display webpage with unix domain socket

Source Link
Alexander Mills
  • 10.9k
  • 27
  • 120
  • 214

display webpage with unix domain socket

Is there a way to serve a webpage from a locally running tcp server listening on a unix domain socket instead of localhost:<port>?

something like:

file:///tmp/webpage.sock

my only real motivation is to avoid port conflicts in the 2000-5000 range.