Node.js is a very popular open-source, cross-platform run-time environment for developing server-side of Web or Mobile applications.
This Javascript based framework, gains popularity among developers. More and more organizations are adopting the platform, and it is even penetrating successfully to the enterprise field. By the end of this talk, after discussing the considerations for choosing Node.js as your server side platform and not other platforms, you will have the knowledge to develop a Node.js Rest server using MVC pattern, that works with MongoDB, for your application.
Tamar introduces Visual Code, a very good development environment for Node.js, and talks about several authentication methods, which method to choose, and introduces passport module. In addition, she will give a brief about the considerations on choosing a database for your application, and focusing on MongoDB - some best practices in building Mongo Schema and NodeJs Mongo connectivity.