August 2022
Intermediate to advanced
498 pages
7h 46m
English
In this chapter, we will introduce a more sophisticated and scalable way of designing web applications. Specifically, this chapter will present the process to offload the overhead associated with managing databases from the Streamlit server and onto an independent backend server as it should be in a full-stack environment. To that end, this chapter will walk the developer through the entire process of provisioning a backend server in Python ...