I'm a web apps developer, I use for most apps PHP/MySQL with APC enabled, caching technologies: Memcached is my favorite one. Sometimes I use Percona MySQL version.
I'm new to NodeJS and I want to build my own web app using it. It's a SaaS working with Facebook, Twitter and Instagram APIs. I read a lot of good things about it.
What I need to know about Asynchronous JS Programming before starting the app?
Is there any performance advantages for Asynchronous Programming?
Is there any live examples, graphs with the difference between Async/Sync?