Summary
Deployment to Heroku's cloud infrastructure is a delightful experience that is both, empowering and fun. Heroku has developed an environment that has a number of qualities that make it a strong contender when choosing an infrastructure for your application or product. This is achieved by including the principles of redundancy, flexibility, and extensibility into every facet of Heroku. The notion of dynos affords developers the opportunity to exercise a granular control over their application's entire environment. In this chapter, we explored how to control your application from the Dashboard and Toolbelt, connect to your environment over SSH, deploy your application with Git, and optimize configuration for serving your Angular application, all while following the best practices.
In the next chapter, you will take your application to the new frontier of Firebase hosting. Firebase is an exciting company that provides a groundbreaking real-time data synchronization and storage...