Node.js: The Comprehensive Guide to Server-Side JavaScript Programming
- 12h 56m
- Sebastian Springer
- Rheinwerk Publishing Inc.
- 2022
If you’re developing server-side JavaScript applications, you need Node.js! Start with the basics of the Node.js environment: installation, application structure, and modules. Then follow detailed code examples to learn about web development using frameworks like Express and Nest. Learn about different approaches to asynchronous programming, including RxJS and data streams. Details on peripheral topics such as testing, security, and performance make this your all-in-one daily reference for Node.js!
- Your complete guide to backend programming with JavaScript
- Install the Node.js environment and learn to use core frameworks
- Debug, scale, test, and optimize your applications
- Consult and download practical code examples
In this book, you’ll learn about:
1. Getting Started with Node.js
Begin your journey with Node.js. Learn about the core components of the environment such as the V8 engine and libraries. Then install Node.js and explore application development tools and the module system.
2. Developing Applications
Develop web applications by following practical code examples. Set up a web server using HTTP and develop apps step by step using the Express and Nest frameworks. Connect databases, generate interfaces using the REST server and GraphQL, implement command-line tools, handle asynchronous programming, and more.
3. Managing Applications
Manage your Node.js applications from development to deployment. Learn how to use package managers, implement tests, and protect against security threats. Get expert tips on scalability and performance to optimize your apps.
About the Author
Sebastian Springer is a JavaScript engineer at MaibornWolff. In addition to developing and designing both client-side and server-side JavaScript applications, he focuses on imparting knowledge. As a lecturer for JavaScript, a speaker at numerous conferences, and an author, he inspires enthusiasm for professional development with JavaScript. Sebastian was previously a team leader at Mayflower GmbH, one of the premier web development agencies in Germany. He was responsible for project and team management, architecture, and customer care for companies such as Nintendo Europe, Siemens, and others.
In this Book
-
Notes on Usage
-
Basic Principles
-
Installation
-
Developing Your First Application
-
Node.js Modules
-
HTTP
-
Express
-
Template Engines
-
Connecting Databases
-
Authentication and Session Handling
-
REST Server
-
GraphQL
-
Real-Time Web Applications
-
Type-Safe Applications in Node.js
-
Web Applications with Nest
-
Node on the Command Line
-
Asynchronous Programming
-
RxJS
-
Streams
-
Working with Files
-
Socket Server
-
Package Manager
-
Quality Assurance
-
Testing
-
Security
-
Scalability and Deployment
-
Performance
-
Microservices with Node.js
-
Deno