Testing in JavaScript and in Python (rant)

In this article, I’d like to share why I’m disappointed about testing server-side JavaScript. If you’re not in the mood of reading rants, I recommend you to choose a different article for your afternoon.

Similar

Web Workers JavaScript API

Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and chan... (more…)

Read more »