JavaScript, when used correctly, enables developers to write clean, modularised code. That said, the language contains some quirks that can prove confusing to more novice JavaScripters, such as function invocation patterns; developers will eventually become accustomed to its workings, but will encounter frustration along the way. The compiler naturally provides type checking, which augments developers' confidence in their code. The Project In this tutorial, we are going to write a very simple chat server using Node.js
Continue Reading