Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Web Developer's Reference Guide

You're reading from   Web Developer's Reference Guide A one-stop guide to the essentials of web development including popular frameworks such as jQuery, Bootstrap, AngularJS, and Node.js

Arrow left icon
Product type Paperback
Published in Mar 2016
Publisher
ISBN-13 9781783552139
Length 838 pages
Edition 1st Edition
Arrow right icon
Authors (3):
Arrow left icon
 Johanan Johanan
Author Profile Icon Johanan
Johanan
 Khan Khan
Author Profile Icon Khan
Khan
 Zea Zea
Author Profile Icon Zea
Zea
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. HTML Elements FREE CHAPTER 2. HTML Attributes 3. CSS Concepts and Applications 4. CSS Properties – Part 1 5. CSS Properties – Part 2 6. CSS Properties – Part 3 7. CSS Functions 8. JavaScript Implementations, Syntax Basics, and Variable Types 9. JavaScript Expressions, Operators, Statements, and Arrays 10. JavaScript Object-Oriented Programming 11. Extending JavaScript and ECMAScript 6 12. Server-side JavaScript – NodeJS 13. Bootstrap – The Stylish CSS Frontend Framework 14. jQuery – The Popular JavaScript Library 15. AngularJS – Google's In-Demand Framework Index

Chapter 12. Server-side JavaScript – NodeJS

Node.js is a relatively new server platform that is built on JavaScript. One of the main features of Node is that it is a non-blocking server. This means that resource-intensive tasks will not tie up the server. Node.js can then handle many concurrent connections. It can also handle real-time communications more easily than a blocking server.

One of the main uses of Node.js is as a web server. This is a perfect task as serving web pages usually involves reading files and connecting to a database. It is able to serve more clients while either of these two actions are executing. This is very different compared to a blocking server. A blocking server would have to wait for all the resources to return before it could respond to more requests.

Note

Note that this reference will only be Node.js specific; we will not cover any frameworks or libraries in this chapter.

The most popular frameworks are useful and should be utilized whenever...

lock icon The rest of the chapter is locked
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Web Developer's Reference Guide
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £16.99/month. Cancel anytime
Modal Close icon
Modal Close icon