I've created an simple app with nw.js i wanted it to communicate to UNIX socket domain client(written in c++) to send data to UNIX socket domain server(written in c++).
As both UNIX socket domain client and server are running forever listening for data.How can i pass data from nw.js app to forever running c++ code(client) and receive data back to nw.js app when there is any data available at c++ code forever running code(client).