Programming Web Applications with Node, Express and PugКНИГИ » ПРОГРАММИНГ
Название: Programming Web Applications with Node, Express and Pug Автор: Jorg Krause Издательство: Apress Год: 2017 Страниц: 198 Формат: PDF Размер: 12 Mb Язык: English
Learn how to program modern web applications using the full Node.js platform, including Node.js on the server, Express for middleware and routing, and Pug (formerly Jade) to simplify the creation of views.
Node.js is the foundation of all full javascript apps and plenty of books cover its full usage. This book focuses on how to use it to create server-based, modern web applications. Using Node.js alongside Express and Pug - the brand new version of Jade - you can create modern web applications solely using javascript. This book teaches you how to structure and build your app from scratch, and make development easy.
What You Will Learn Use NodeJS in general and particularly the features require to create web applications Understand middleware and how to develop using the Express framework Explore the template engine Pug (formerly Jade) and how you can integrate it with Express< Set up a complete development environment on both Linux and Windows