Would be more convenient if deno serve command could listen on UnixSocket like Deno.serve() method :)
For example, like this:
--socket <file> or --path <file> ... Path to socket file.
(Which name is better?)
deno serve --socket ./server.sock ./server.ts
Would be more convenient if
deno servecommand could listen on UnixSocket likeDeno.serve()method :)For example, like this:
--socket <file>or--path <file>... Path to socket file.(Which name is better?)