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.
In this book, we'll take a look at a selection of the related tools and skills that will make you a much more productive Node developer. It contains:
- Installing Multiple Versions of Node.js Using nvm
- A Beginner's Guide to npm
- Create New Express.js Apps in Minutes with Express Generator
- An Introduction to AdonisJs, a Laravel-like Node.js Framework
- Top 5 Developer-friendly Node.js API Frameworks
- Using MySQL with Node.js and the mysql JavaScript Client
- Introduction to MongoDB
Publisher resources
Table of contents
- Node.js: Tools ∓ Skills, 2nd Edition
- Notice of Rights
- Notice of Liability
- Trademark Notice
- About SitePoint
- About Craig Buckler
- Preface
- Chapter 1: Installing Multiple Versions of Node.js Using nvm
-
Chapter 2: A Beginner’s Guide to npm
- Installing Node.js
- Updating npm
- 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
- Audit
- Aliases
- npx
- Conclusion
- Chapter 3: Create New Express.js Apps in Minutes with Express Generator
- Chapter 4: An Introduction to AdonisJs, a Laravel-like Node.js Framework
- Chapter 5: Top 5 Developer-friendly Node.js API Frameworks
- Chapter 6: Using MySQL with Node.js and the mysql JavaScript Client
- Chapter 7: Introduction to MongoDB
Product information
- Title: Node.js: Tools & Skills, 2nd Edition
- Author(s):
- Release date: April 2020
- Publisher(s): SitePoint
- ISBN: 9781098122843
You might also like
book
Node.js: Related Tools & Skills
While there have been quite a few attempts to get JavaScript working as a server-side language, …
book
9 Practical Node.js Projects
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
Sams Teach Yourself Node.js in 24 Hours
In just 24 sessions of one hour or less, Sams Teach Yourself Node.js in 24 Hours …