lucko / bytebin

Fast & lightweight content storage web service.
MIT License
102 stars 27 forks source link

Allow binding to socket files instead #3

Closed BrainStone closed 4 years ago

BrainStone commented 4 years ago

It would be really useful if it was possible that instead of an IP and port it could bind the socket to a unix socket file.

joestr commented 4 years ago

In what case that would be useful? Also this particular HTTP server requires a hostname and port combination to start so there is no way to bind to a unix socket.

BrainStone commented 4 years ago

I don't see where a hostname would be required.
And the use would be the same case normal socket files have. Having a service in a reliable spot without blocking any IP and port.

lucko commented 4 years ago

Unfortunately as far as I can tell rapidoid doesn't support this.