sebastianmetzger.com
Handle asynchronous non-blocking IO in JavaScript
Motivation One of the big “WTF” hurdles for apprentice JavaScript developers, that come from languages that mostly embrace synchronous and blocking IO APIs like Java or PHP is to get into thinking …