like how exactly?
you can use a Unix sock file to receive traffic instead of exposing a port, whoever needs to use the app uses the unix sock file and writes the data to it, your app receives it
https://stackoverflow.com/questions/2886719/unix-sockets-in-go assuming you use Go
Обсуждают сегодня