The definitive guide to AdonisJs building Node.js applications with JavaScript

Learn everything you need to master the AdonisJs framework, including topics such as interacting with a database, rendering templates, writing asynchronous code, and hosting sites with SSL. Along the way, you'll see how to build a commerce application, which lists products and allows shoppers t...

Full description

Bibliographic Details
Main Author: Pitt, Christopher
Format: eBook
Language:English
Published: [United States], New York, NY Apress, Distributed to the Book trade worldwide by Springer 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03687nmm a2200397 u 4500
001 EB001948906
003 EBX01000000000000001111808
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1484233905 
020 |a 9781484233900 
050 4 |a QA76.73.J39 
100 1 |a Pitt, Christopher 
245 0 0 |a The definitive guide to AdonisJs  |b building Node.js applications with JavaScript  |c Christopher Pitt 
260 |a [United States], New York, NY  |b Apress, Distributed to the Book trade worldwide by Springer  |c 2018 
300 |a 1 online resource 
505 0 |a 1. Getting started -- 2. Routing -- 3. Views -- 4. Requests -- 5. Responses -- 6. Generators -- 7. Promises -- 8. Controllers and Middleware -- 9. Databases -- 10. Validation and Error Pages -- 11. Sessions and Cookies -- 12. Security -- 13. Front-end Tools -- 14. Web sockets -- 15. Deployment -- 16. Finishing Touches 
653 |a JavaScript (Langage de programmation) 
653 |a Computer programming / software development / bicssc 
653 |a Web programming / bicssc 
653 |a JavaScript (Computer program language) / http://id.loc.gov/authorities/subjects/sh96004880 
653 |a COMPUTERS / Programming Languages / JavaScript / bisacsh 
653 |a JavaScript (Computer program language) / fast 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
028 5 0 |a 10.1007/978-1-4842-3390-0 
015 |a GBB8L6616 
776 |z 9781484233900 
776 |z 9781484233894 
776 |z 1484233891 
776 |z 1484233905 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484233900/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.2/762 
520 |a Learn everything you need to master the AdonisJs framework, including topics such as interacting with a database, rendering templates, writing asynchronous code, and hosting sites with SSL. Along the way, you'll see how to build a commerce application, which lists products and allows shoppers to register and purchase those products. The site will feature a product catalog, a shopping cart, user registration and login, and profile management. The Definitive Guide to AdonisJs also covers how to create a front-end build chain, so that you can use a modern front-end framework, such as React. You'll discover how to connect your front end to the server, so that data and transactions can be shared between the two. Finally, you'll see how to secure and deploy the application to a virtual private server, including how to apply for and install an SSL certificate and start accepting payments. After reading and using this book, you'll know all you need about AdonisJs. You'll have the tools to turn that side-project you've been thinking about into a real money-making product. It is written by a web expert and reviewed by the AdonisJs project lead. This is the complete start-to-finish guide you've been waiting for. You will: Set up Node.js and AdonisJs, so that you can start building your application Create and use views and template code Implement cooperative multitasking, in JavaScript Represent eventual values with AdonisJs promises Organize and isolate your code in controllers and decorate them with middleware, to do things like authentication Build queries, using the Lucid DSL, and package these database entities up into model classes Validate form data and respond with the appropriate error messages Respond to general framework errors with custom error pages Learn the deeper parts of sessions and cookies Update the state of the user interface with WebSockets Host AdonisJs applications in a modern hosting environment