Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Kerrick Hahn
Kerrick Hahn
5,728 Points

What is the full architecture of a web application? I understand pieces of running web apps, but not full picture.

Can anyone offer a full diagram of running a web application as if I were building one with descriptions of the importance of each step. I understand bits and pieces of the puzzle (i.e. the client requests pages, which go through the DNS that point to a server, the server returns it.) But, where is the backend of the web app stored? What steps need to be taken to connect the domain and front end to the backend. For the life of me I can't find a simple diagram of the functionality of a typical web app. Say I have my backend stored on Heroku and some of my front end stored on Github. What is the entire flow of functionality? I hope the question I'm trying to ask makes sense. Anyone who can help - this would be much appreciated!!! Thank you in advance!!!