Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Node.js for Beginners
  • Table Of Contents Toc
  • Feedback & Rating feedback
Node.js for Beginners

Node.js for Beginners

By : Ulises Gascón
4.8 (5)
close
close
Node.js for Beginners

Node.js for Beginners

4.8 (5)
By: Ulises Gascón

Overview of this book

Node.js revolutionizes server-side JavaScript development and empowers developers to build efficient, scalable, and versatile applications across a range of use cases. This book is written by a Node.js core collaborator and releaser and is the only book for beginners on Node.js. It takes you on a progressive learning path that will give you the skills needed to leverage Node.js. You’ll learn Node.js fundamentals and refresh your knowledge of JavaScript before transitioning to the development of modern web applications using Node.js, Express.js, and MongoDB. You’ll get hands-on with complex topics such as asynchronous programming, npm libraries, event-driven patterns for HTTP servers, RESTful API, and JSON Web Tokens. The final chapters will walk you through the deployment process, offering insights into various strategies, including bare metal setups, virtual machines, and containerization with Docker. You’ll also be guided through the use of Process Manager 2 (PM2) for efficient process management. By the end of this Node.js book, you'll have the skills to craft, test, and deploy Node.js web applications confidently and use this powerful stack in your day-to-day projects.
Table of Contents (25 chapters)
close
close
Lock Free Chapter
1
Part 1: Node.js Overview and JavaScript Language
6
Part 2: Node.js Ecosystem and Architecture
11
Part 3: Web Application Fundamentals
14
Part 4: Building Solid Web Applications with Node.js
20
Part 5: Mastering Node.js Deployment and Portability

Building a REST API

Now that we have a basic understanding of Express, let’s build a REST API for the microblogging platform. We will start with the basic CRUD operations and then we will add more features.

In Chapter 9, we learned about the principles of building RESTful APIs. We will apply them now. As the platform is called “whispering” and the users will be able to create, read, update, and delete whispers, we will have the following endpoints:

  • GET /api/v1/whisper: Get all the whispers
  • GET /api/v1/whisper/:id: Get a whisper by ID
  • POST /api/v1/whisper: Create a new whisper
  • PUT /api/v1/whisper/:id: Update a whisper by ID
  • DELETE /api/v1/whisper/:id: Delete a whisper by ID

In this case, we used the prefix /api/v1/ because we are building the first version of the API. It is a good practice to version the API in the URL because, in the future, you may want to introduce breaking changes, and it will be hard for your consumers to adapt...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Node.js for Beginners
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon