
Автор: Alejandro Garcia
Издательство: Leanpub
Год: 2020-08-22
Язык: английский
Формат: pdf, azw3,epub, mobi
Размер: 10.1 MB
This book is intended to be a short guide to introduce you to NodeJS. Get to know NodeJS quickly with this Book / Tutorial for beginners. Node.js is a platform built on Chrome’s jаvascript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. What is truly special about NodeJS is that it uses jаvascript, so you can actually design and code server side applications in jаvascript. There are thousands of libraries which work client side and also server side. This opens the door for new developers coding both front end and back end with maximum compatibility. This book is perfect for developers who already know how to code in jаvascript, probably someone who has been in frontend for a while and is looking to go server side to keep full control of the application (server side / client side).