I made a simple server in nodejs. I want is to connect to the server from other application (app is in c++) on rasppserypi. I'm making connection and sending dataString from raspberry to node server.
So there is my question: How can i "catch" data that raspberry is sending to server?