Home › Forums › Software Development › EyeX for webb? › Reply To: EyeX for webb?
18/11/2014 at 14:09 #2056
Nexii Malthus
Participant
Don’t use a plugin! You would be obsolete from step one.
To open up to the web you need to use modern standards.
Take a lession from the Leap Motion JS api: WebSockets.
https://github.com/leapmotion/leapjs/tree/master/lib
You don’t need to use their code, but at least inspect and learn from it.
Basically the drivers open up a websocket as a transport layer and the JS framework then connects to this.