Hello Unity community,
i am currently using Unity3D a bit differently as an animation support for industrial robots. I get all the sensor data in my unity c# framework and get it animated there.
I was wondering now if there is any possibility to send those sensor numbers, which i get into unity out on a server and observe them somewhere else.
My idea now is to open a connection with node.js and socket.io. I want send my JSON data to node.js and after that receive it in an html page.
Is that possible or does anybody know a similar project/solution? (my programming skills are pretty bad, i guess)
Best regards