#NestExpressApplication listen to unix socket?
4 messages · Page 1 of 1 (latest)
you can search on how to do that with Expressjs
then share the expressjs version here
4 messages · Page 1 of 1 (latest)
Is it possible to listen to a unix socket instead of a TCP address + port? We have an architecture that avoids the network stack because of performance issues found when running containers in user-mode.
you can search on how to do that with Expressjs
then share the expressjs version here