Advanced Express Web Application Development
| By: | Andrew Keig |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781783282494 |
| eText ISBN: | 9781783282500 |
| Edition: | 1 |
| Copyright: | 2013 |
| Format: | Reflowable |
Lifetime - $31.19
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
For experienced JavaScript developers this book is all you need to build highly scalable, robust applications using Express. It takes you step by step through the development of a single page application so you learn empirically.
Key Features
- Learn how to build scalable, robust, and reliable web applications with Express using a test-first, feature-driven approach
- Full of practical tips and real world examples, and delivered in an easy-to-read format
- Explore and tackle the issues you encounter in commercially developing and deploying an Express application
Book Description
Building an Express application that is reliable, robust, maintainable, testable, and can scale beyond a single server requires a bit of extra thought and effort. Express applications that need to survive in a production environment will need to reach out to the Node ecosystem and beyond, for support.You will start by laying the foundations of your software development journey, as you drive-out features under test. You will move on quickly to expand on your existing knowledge, learning how to create a web API and a consuming client. You will then introduce a real-time element in your application.Following on from this, you will begin a process of incrementally improving your application as you tackle security, introduce SSL support, and how to handle security vulnerabilities. Next, the book will take you through the process of scaling and then decoupling your application. Finally, you will take a look at various ways you can improve your application's performance and reliability.What you will learn
- Drive Express development via test
- Build and consume a RESTful web API using client and server-side templating
- Secure and protect Express with passport authentication and SSL via stud
- Scale Express beyond a single server with Redis and Hipache
- Decouple Express for improved scalability and maintainability
- Support real-time application development with Socket.IO
- Handle failures with a minimum impact to service availability using cluster and domains
- Understand and cope with Express limitations, including when and where to go for help