
Hands-On Full Stack Web Development with Aurelia
Develop modern and real-time web applications with Aurelia and Node.js
- 348 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Hands-On Full Stack Web Development with Aurelia
Develop modern and real-time web applications with Aurelia and Node.js
About this book
Develop rich and scalable web applications with Node.js, Express.js, and MongoDBAbout This Book• Learn the advanced features of Aurelia to build responsive web applications• Write clean, modular, and testable code that will be easy to maintain and evolve• Harness the power of JavaScript on the client and server side to build full-stack applicationsWho This Book Is ForHands-On Full Stack Web Development with Aurelia is for you if you are a web or full-stack JavaScript developer who has experience with traditional stacks such as LAMP, MEAN, or MERN and wish to explore the power of Aurelia and new stack with modern web technologies.What You Will Learn• Employ best practices and modern approaches to create frontend applications• Learn about modern CSS preprocessors and improve the readability of your application• Use the Aurelia framework to create navigable web applications• Write your own tests, making your application secure and fault-tolerant• Create solid RESTful APIs using the microservice architecture• Understand the NoSQL paradigm and get the best performance from your database• Integrate third-party libraries such as Gmail for Single Sign On• Write UI testing scripts and integration tests to build extensible appsIn DetailHands-On Full Stack Web Development with Aurelia begins with a review of basic JavaScript concepts and the structure of an Aurelia application generated with the Aurelia-CLI tool. You will learn how to create interesting and intuitive application using the Aurelia-Materialize plugin, which implements the material design approach. Once you fully configure a FIFA World Cup 2018 app, you'll start creating the initial components through TDD practices and then develop backend services to process and store all the user data.This book lets you explore the NoSQL model and implement it using one of the most popular NoSQL databases, MongoDB, with some exciting libraries to make the experience effortless. You'll also be able to add some advanced behavior to your components, from managing the lifecycle properly to using dynamic binding, field validations, and the custom service layer.You will integrate your application with Google OAuth Service and learn best practices to secure your applications. Furthermore, you'll write UI Testing scripts to create high-quality Aurelia Apps and explore the most used tools to run end-to-end tests. In the concluding chapters, you'll be able to deploy your application to the Cloud and Docker containers.By the end of this book, you will have learned how to create rich applications using best practices and modern approaches.Style and approachThis is a comprehensive example-based book that guides you to create highly scalable applications using the new MEAN Stack.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Creating Components and Templates
- Creating components
- Dependency Injection pattern
- Component's life cycle/events
- Data binding
- Aurelia router
- Testing components
Lego components
A little puzzle

- Buttons are very similar; just the text/color can change
- Menu options can be a reusable single component
- Main page sections are the same; just the content changes
- The header can be decoupled from the application main section
- Main page sections can be used as a container for other options
- The buttons can be shared across all the application sections


/**card-component.js**/
export class CardComponent {
cardTitle;
constru...
Table of contents
- Title Page
- Copyright and Credits
- Dedication
- Packt Upsell
- Foreword
- Contributors
- Preface
- Introducing Aurelia
- Styling the User Interface
- Testing and Debugging
- Creating Components and Templates
- Creating Our RESTful API
- Storing Our Data in MongoDB
- Advanced Features on Aurelia
- Security
- Running E2E Tests
- Deployment
- Other Books You May Enjoy