Book Image

Server-side Programming with Node.js for Beginners [Video]

By : Mohammad Hunan Chughtai
Book Image

Server-side Programming with Node.js for Beginners [Video]

By: Mohammad Hunan Chughtai

Overview of this book

<p>Node.js is a performance efficient server-side platform which makes writing backend code, simple and fun. According to the 2016 Stack Overflow Survey, Front-End developers worldwide that know Node.js, make more than their counterparts with a median salary of $95,000 USD per year. Through this course, we will learn how to create dynamic web applications using Node.js,Express.js, and MongoDB. This course is perfect for you if you are a front-end developer looking to code full stack applications in a language you already know, Javascript or you are a backend developer looking for a more efficient solution, or for beginners looking to learn the basics of coding robust server side applications.</p> <h1>Style and Approach</h1> <p>The course will begin with an introduction to node.js where developers will learn how the technology works, and then we will learn the practical aspect of coding with node.js and express.js and connecting to MongoDB, a popular JSON database, focusing on creating and deploying powerful, dynamic web applications and APIs.</p>
Table of Contents (6 chapters)
Chapter 1
Introduction and Installation of Node.js
Content Locked
Section 2
Node.js Overview
Front end development can be restrictive and only deals with user interfaces. Node.js provides an easy to implement solution written in JavaScript that lets you to file operations, communicate to a database and more. - Discuss how node.js works with Google chromes v8 engine - Explain the different things we can do with server side coding with node.js - Discuss what’s next and how we can learn all of the different functionality of node