drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Support for unix domain sockets?

Open rgani opened this issue 2 years ago • 3 comments

Hello, Could you please let me know if drogonframework support unix domain sockets? Could you please share examples if any available?

rgani avatar Jan 10 '22 06:01 rgani

Drogon don't support unix domain sockets currently, sorry.

an-tao avatar Jan 14 '22 13:01 an-tao

Thank you very much for quick response!

rgani avatar Jan 14 '22 19:01 rgani

@an-tao this actually sounds like a great idea. Maybe using ZMQ would work in this case?

mutantkeyboard avatar Jan 20 '22 10:01 mutantkeyboard

Supporting Unix Sockets would have been great for the HTTP client. The asynchronous client is great, we use it all over our projects, but we can't use it to communicate with the Docker daemon.

mcopik avatar Jul 05 '23 10:07 mcopik

Incorporating support for Unix sockets would be an exceptional addition due to the numerous advantages it offers like enhanced performance, resource efficiency, compatibility with many proxy servers, improved security etc. Looking forward to have this nice feature.

Stoyan-Bukovich avatar Jul 25 '23 16:07 Stoyan-Bukovich