Your First Week With Node.js
  1. 136 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

About this book

While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and database I/O can be executed very quickly indeed.

From a beginner's point of view, one of Node's obvious advantages is that it uses JavaScript, a ubiquitous language that many developers are comfortable with. If you can write JavaScript for the client-side, writing server-side applications with Node should not be too much of a stretch for you.

In this book, we'll offer a beginner's introduction to Node and its related technologies, and get you under way writing your first Node applications.

It contains:

  • What Is Node and When Should I Use It? by James Hibbard
  • A Beginner Splurge in Node.js by Camilo Reyes and Michiel Mulders
  • A Beginner's Guide to npm- the Node Package Manager by Michael Wanyoike and Peter Dierx
  • Forms, File Uploads and Security with Node.js and Express by Mark Brown
  • MEAN Stack: Build an App with Angular 2+ and the Angular CLI by Manjunath M
  • Debugging JavaScript with the Node Debugger by Camilo Reyes
  • Using MySQL with Node.js and the mysql JavaScript Client by Jay Raj
  • How to Use SSL/TLS with Node.js by Florian Rappl and Almir Bijedic

This book is for anyone who wants to start learning server-side development with Node.js. Familiarity with JavaScript is assumed, but we don't assume any previous back-end development experience.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Your First Week With Node.js by James Hibbard,Camilo Reyes,Michael Wanyoike,Mark Brown,Manjunath M,Jay Raj,Florian Rappl in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in JavaScript. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Your First Week With Node.js
  2. Notice of Rights
  3. Preface
  4. Chapter 1: What Is Node and When Should I Use It?
  5. Chapter 2: A Beginner Splurge in Node.js
  6. Chapter 3: A Beginner’s Guide to npm — the Node Package Manager
  7. Chapter 4: Forms, File Uploads and Security with Node.js and Express
  8. Chapter 5: MEAN Stack: Build an App with Angular 2+ and the Angular CLI
  9. Chapter 6: Debugging JavaScript with the Node Debugger
  10. Chapter 7: Using MySQL with Node.js and the mysql JavaScript Client
  11. Chapter 8: How to Use SSL/TLS with Node.js