Your First Week With Node.js

ebook

By James Hibbard

cover image of Your First Week With Node.js

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today
Libby_app_icon.svg

Find this title in Libby, the library reading app by OverDrive.

app-store-button-en.svg play-store-badge-en.svg
LibbyDevices.png

Search for a digital library with this title

Title found at these libraries:

Loading...

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.

This book offers aselection of beginner-level tutorials to privide you with an 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?
  • Build a Simple Page Counter Service with Node.js
  • Understanding module.exports and exports in Node.js
  • Forms, File Uploads and Security with Node.js and Express
  • Working with Databases in Node
  • How to Build and Structure a Node.js MVC Application
  • Local Authentication Using Passport in Node.js
  • How to Debug a Node App
  • Node Testing for Beginners
  • How to Use SSL/TLS with Node.js
  • Configuring NGINX and SSL with Node.js
  • Using Docker for Node.js Development
  • Your First Week With Node.js