Название: Node.js Succinctly Автор: Emanuele DelBono Издательство: syncfusion inc Год: 2016 Формат: PDF Страниц: 76 Размер: 1.7 Mb Язык: English
Node.js is a wildly popular platform for writing web applications that has revolutionized web development in many ways, enjoying support across the open source community as well as industry. With Node.js Succinctly by Emanuele DelBono, you will learn the basics of Node.js: non-blocking I/O, the event loop, modules, and the Node.js runtime environment. From there, you will dive into building practical solutions that interact with filesystems and streams, access databases, handle web server message queuing, and more. Table of Contents
An Introduction to Node.js Hello Node.js The Node.js Ecosystem Using the Filesystem and Streams Writing Web Applications Real-Time Apps with WebSocket Accessing the Database Messaging with RabbitMQ Support Tools: Build and Testing