diff options
author | ankitjavalkar | 2017-05-12 17:42:42 +0530 |
---|---|---|
committer | GitHub | 2017-05-12 17:42:42 +0530 |
commit | eea50503e49aa440a8ba92b6b8269aca67498df5 (patch) | |
tree | 1c0ec49762d9b725c73c5f85be411153aecbdebc | |
parent | 1e6013304779ed2dd9f2cff7dca8e6feb2cbbb35 (diff) | |
download | learn_django-eea50503e49aa440a8ba92b6b8269aca67498df5.tar.gz learn_django-eea50503e49aa440a8ba92b6b8269aca67498df5.tar.bz2 learn_django-eea50503e49aa440a8ba92b6b8269aca67498df5.zip |
create slide_1.md
-rw-r--r-- | tutorial_1_intro/slide_1.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tutorial_1_intro/slide_1.md b/tutorial_1_intro/slide_1.md new file mode 100644 index 0000000..62ff18a --- /dev/null +++ b/tutorial_1_intro/slide_1.md @@ -0,0 +1,14 @@ +Slide 1 +============ + +**What is a web application** + +Narration: + +When the internet started, websites were simple they contained simple text. As time went by and the web became better, websites were able to display multimedia content. Eventually people could run complete applications on the web with just their browsers. + +This was possible by transmitting information from the users to remote computers called servers through the internet. The application was installed and executed on these servers + +The server-side application stored all kinds of information using databases, so that it could retrieve, modify or utilise this information at any time. + +Gmail, Facebook and even Train ticket booking systems are examples of web applications. |