Duration: 4 hours | Video: h264, 1280×720 | Audio: AAC, 44kHz, 2 Ch | 3.4 GBGenre: eLearning | Language: EnglishIt’s no secret that Node.
js has taken the JavaScript world by storm.
But where do you get started when all you see are tens of thousands of packages/frameworks on npm? The best place to start is always at the foundation, and that’s what this course focuses on.
In this workshop, we’ll focus on the fundamental concepts in Node.
js, and build them up to understand how we can get the most of Node.
js in our applications.
We’ll cover: CLI programming, file system access, asynchrony, streams, HTTP servers & routing, database persistence, and child processes.
By coding along with us in the Workshop, you’ll:Learn how Node.js interacts with the host operating system for I/OWork with built-in Node modules (fs, http, etc)Work with custom (npm) modulesUse the filesystem to read and write filesEffectively manage asynchronous logic using promisesEfficiently process large data using streamsPersist data in (basic) relational/SQL databaseHandle HTTP requests/responses for serving web files and handling API requestsParallelize large sets of work across multiple child processesKyle SimpsonKyle Simpson is an evangelist of the open web, passionate about all things JavaScript. He writes books, teaches JavaScript, speaks, and contributes to the world of OSS. Developers have watched over 300,000 hours of Kyle’s courses here on Frontend Masters!