I am just starting into working on an addon to track where guild memebrs are on a server. The basic idea being you start up and it catches ZONE_CHANGED event and uploads this to a website. The result being a map which you can mouse over to find who else is near you if you want to group up, for instance.
Anyway, my main problem is the conneting to the site. I have come across LuaSocket but have been searching for some Addons that would implement a similar connection - any suggestions?