Book description
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.
Publisher resources
Table of contents
- Your First Week With Node.js
- Notice of Rights
- Notice of Liability
- Trademark Notice
- About SitePoint
- Preface
- Chapter 1: What Is Node and When Should I Use It?
- Chapter 2: A Beginner Splurge in Node.js
-
Chapter 3: A Beginner’s Guide to npm — the Node Package Manager
- by Michael Wanyoike & Peter Dierx
- Installing Node.js
- Node Packaged Modules
- Changing the Location of Global Packages
- Installing Packages in Global Mode
- Listing Global Packages
- Installing Packages in Local Mode
- Managing Dependencies with package.json
- Uninstalling Local Packages
- Installing a Specific Version of a Package
- Updating a Package
- Searching for Packages
- Re-installing Project Dependencies
- Managing the Cache
- Aliases
- Version Managers
- Conclusion
- Chapter 4: Forms, File Uploads and Security with Node.js and Express
- Chapter 5: MEAN Stack: Build an App with Angular 2+ and the Angular CLI
- Chapter 6: Debugging JavaScript with the Node Debugger
- Chapter 7: Using MySQL with Node.js and the mysql JavaScript Client
- Chapter 8: How to Use SSL/TLS with Node.js
Product information
- Title: Your First Week With Node.js
- Author(s):
- Release date: November 2018
- Publisher(s): SitePoint
- ISBN: 9781925836219
You might also like
book
Your First Week With Node.js, 2nd Edition
While there have been quite a few attempts to get JavaScript working as a server-side language, …
book
Node.js 8 the Right Way
Node.js is the platform of choice for creating modern web services. This fast-paced book gets you …
book
Node.js 6.x Blueprints
Create stunning web applications and Restful APIs from start to finish with Express, Loopback, MongoDB, and …
book
Learning Node.js Development
A comprehensive, easy-to-follow guide to creating complete Node apps and understanding how to build, deploy, and …