A few words about security in Node.js -Unauthorized access to filesystem

Before we start with the main topic, I would like to talk for a while about security in general. Read more

Similar

Breaking the Node.js event loop

Asynchronous programming is difficult to wrap your mind around: threads, semaphores, and deadlocks, oh my! On one hand, Node.js makes this a whole lot easier: no locking or mid-execution interruptions. But its event loop is foreign territory. Let’s explo... (more…)

Read more »