

I know that this is not always possible in corporate environments, but it is important not to let your tools fall behind.Įverything we install will be done natively. In this tutorial we will use the newest tools and applications available (and use the 64bit version of them). While 7 is still pretty popular and 10 had some bad press (due to metrics and extensive data collection), we decided to go with Windows 10 this time, because having an up to date operating system is crucial for security reasons. This is the reason why we had such a hard time choosing between Windows 7 and Windows 10 as a topic of this post. Preparationĭeveloping with Node.js on Windows used to be pretty cumbersome, but it’s much better now than it was a year or two ago.

Note, that the primary focus right now is just setting up a developer environment for a Node.js project, not running one. I will cover deployment to Azure later, but that is beyond the scope of this post. environment on Windows 10, and I’ll checkout and run the project I’m currently working on (which depends on koa, pg, amqplib and other modules). Node.js is free of locks, so there's no chance to dead-lock any process. In this article, I will show how you can set up a Node.js Node.js is an asynchronous event-driven JavaScript runtime and is the most effective when building scalable network applications.
