2021-05-14 UTC
# [fluffy] @sparseMatrix UNIX sockets are slightly more secure (in that you can’t accidentally expose them to the world) and also theoretically more performant (since it doesn’t have to go through the networking layer), and also they can be a lot easier to manage because you don’t need to keep track of who allocates which port, you only direct the fronting service to a file path.