I have several C ++ services running on a server, and a node server program that listens on a specific port. Can I use shared memory between C ++ services and nodejs program? I want users to send data through a nodejs server, and these C ++ services access them. Is it possible?
source
share