Book Image

Node.js - The Complete Guide [Video]

By : Academind GmbH
5 (5)
Book Image

Node.js - The Complete Guide [Video]

5 (5)
By: Academind GmbH

Overview of this book

Node.js is one of the most popular and modern server-side programming languages and is used widely from traditional web apps with server-side rendered views over REST APIs to GraphQL APIs and real-time web services. With the high demand for Node.js developers in the job market, now is the time to develop Node.js skills. This updated video course will teach you all that you need from scratch. The course begins with an introduction to Node.js and a quick refresher on JavaScript. You’ll then understand the improved development workflow and debugging, get to grips with Express.js, and work with dynamic content and add template engines. As you progress, you’ll work with the model view controller (MVC) to develop user interfaces and learn the dynamic route and advanced models. The course will also take you through using Node.js with SQL, NoSQL, and Mongoose and help you gain a solid understanding of implementing authentication, sending emails, error handling, validation, file uploading and downloading, and pagination. Finally, you’ll work with REST and GraphQL APIs, DenoJS, build a real-time Node.js app with WebSockets, perform automation testing, and deploy a Node.js application. By the end of this course, you’ll have developed the Node.js skills needed to build robust, scalable, and powerful web applications. The code files for this course is available at https://github.com/PacktPublishing/Node.js-The-Complete-Guide
Table of Contents (36 chapters)
36
Roundup
Chapter 27
Understanding WebSocket & Socket.io
Content Locked
Section 12
Deleting Posts across Clients
This video demonstrates how to delete posts across clients.