March 2020
Intermediate to advanced
328 pages
7h 58m
English
You now have the tools and knowledge to build a real-time application using Phoenix Channels. However, you will need to run this application for real users in order for it to be useful. Your application needs to be able to operate efficiently so that requests do not time out, encounter errors, or otherwise not work correctly.
This chapter looks at several common scaling challenges and best practices to help avoid performance issues as you develop and ship your application. We’re covering these topics before we build a real application (in part II) because it’s important to consider them at the design stage of the development process, and not after the application is already written.
The following performance ...
Read now
Unlock full access