Recently I was reading about Servlets from the Head First series which cleared many technical confusions. What I understood is:
A web server is an application which catches your request and if needed can serve the static file you need (Eg: Apache).
An app server is an helper application which can create dynamic pages and hand it over to the web server (Eg: Flask).
A container is something which acts as intermediary between the web server and app server (Eg: TomCat).
I want to know where AppEngine comes into the above stack?
Aucun commentaire:
Enregistrer un commentaire