#NestExpressApplication listen to unix socket?

4 messages · Page 1 of 1 (latest)

loud pumice
#

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.

jolly lion
#

you can search on how to do that with Expressjs

#

then share the expressjs version here