AR Drone over the internet

I have an ar drone that i want to fly via the browser. It currently works on localhost but as the live server is not using my machine, the drone doesn't react to the commands.

How do I get the drone to fly while connected from my machine but controlled over the internet?

I'm not worried about latency as i only need it to take off and land.

I have a signalR project about ArDrone it's control drone over internet and it works. I can send you codes

@Chris you might want to check the NVextender at http://developers.NVdrones.com. There will be a Javascript SDK that you can run in Node that maybe will allow you to achieve what you are looking for.