1.

Record Nr.

UNINA9910156187303321

Autore

Krause Jörg

Titolo

Programming Web Applications with Node, Express and Pug [[electronic resource] /] / by Jörg Krause

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017

Edizione

[1st ed. 2017.]

Descrizione fisica

1 online resource (XIX, 198 p. 94 illus., 19 illus. in color.)

Disciplina

005.2762

Soggetti

Computer programming

Web Development

Programmed instructional materials.

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

1. Installation Problems -- 2. The Components of an Application -- 3. Introduction to Node -- 4. The Most Important Node Modules -- 5. Introduction to Express -- 6.Introduction to Pug -- 7. Language Components of Pug -- 8. The Pug Command Line -- Appendix.

Sommario/riassunto

This book teaches you 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. .