Hello,
I want to make a web application which manages AR drones. I want to have multiple clients which can make an account and get data from their drones in browser. Is this posible? Can I identify each drone unique or can i make an array of ardrone clients  ( var client = arDrone.createClient(); ) ?
I tried to put ar-drone files on client side( with browserify) but it ended with "dgram.createSocket is not a function" .
I need some opinions. Thank you !!