Hello,
Unix sockets are preferred over TCP Sockets on unix hosts for increased performance.
Since aiohttp supports listening to unix sockets, listening to unix sockets should be possible.
Hello,
Unix sockets are preferred over TCP Sockets on unix hosts for increased performance.
Since aiohttp supports listening to unix sockets, listening to unix sockets should be possible.
I agree, combined with nginx reverse proxy, this would be a very nice setup. I guess it’s possible today?