I have node.js on my computer. I was trying to communicate with Unity using Socket.io. This however seems to be very difficult because of loads of errors and bad examples in projects on github.com
I know you can request websites with the WWW class, but this is too slow if you want to update a position of an object many times a second (please correct me if I am wrong!).
So I was wandering in which ways (www, [ws://], [ipc://]) can Unity communicate with the computer or other programs outside of it’s own environment?
And maybe which type of communication is already made for Node.js? (since that’s the program I am using to control communications from other ip’s)