I'm working on a project to showcase active RFID tracking of multiple devices in real-time. I've been looking at React VR as a possible way of showing users in remote locations the real-time positioning of the devices within a static, predefined space.
Essentially, I need to know if it is possible to use React VR with socket.io for pushing the real-time locations (x,y,z co-ords) to the frontend?