Video description
Learn everything you need to about Node.js
About This Video
Understand how modules work in Node.js
Learn asynchronous programming
Learn Node.js paradigms
In Detail
We will be covering how to use Node.js to build websites. This course will focus primarily on Express as the framework that the website will be built in. In addition to Express, we will cover using Redis and Socket.io to make more robust and dynamic sites. Many courses only focus on one of these, but this course will cover all of them.
By the end of this course the reader will be able to build applications using Express, Redis, and Socket.io. Express helps by making full featured web applications easy, if you know how. Redis opens doors by making data quick and easy to fetch. Many sites have used Redis to make difficult data problems easy. Lastly Socket.io makes two way communication between the browser and web application easy. If you have every needed to build something that was real-time than Socket.io is what you want to use.
Audience
This is for anyone who has programmed before, but has never used Node.js. Also great for anyone that has used Node.js but never tried Redis or Socket.io.
The assumption is that the viewer is familiar with JavaScript. We will not spend any time on discussing features of the language. The reader should also have some knowledge of websites and how HTTP works. This does not have to be in-depth knowledge.
Publisher resources
Product information
- Title: The Complete Guide to Node.js
- Author(s):
- Release date: September 2016
- Publisher(s): Packt Publishing
- ISBN: 9781786464743
You might also like
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Generative Deep Learning, 2nd Edition
Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. …
video
How Functional Programming Can Improve Testing, Reuse, and Maintenance in Your Current Codebase
Apply functional programming to your existing code. Learn to identify the hardest code to test, make …