Node.js is an incredible JavaScript runtime for server based APIs. The one place
it falls down is during long running event loop blocking operations. One of the
first Node based backends I wrote was Chalkup [https://www.chalkup.co/], a
company I co-founded in college nearly three years ago.