Session 4: Web Applications Flashcards
What is the difference between web app and website?
1-website: has only Front-End code which means it develops static websites for “visitors”
2-WepApp: has full stack code which means it develops dynamic websites that interact with users like requiring a user name and password
What is a web server? and what is its job?
it is software and hardware that uses HTTP and other protocols to respond to client requests made over the World Wide Web. Its job is to respond to user’s requests by sending data from the server through HTTP
What are the stages of Web Development Life Cycle?
1-Planning
2-Analysis
3-Design and development
4-Testing
5-Implementation and supervision
What is the idea of WebApp development environment?
it is basically a usefull tool to build and collect different software that you might need to develop your web app like databases, front code, back code… all in one place