Web Server vs Application Server vs API

  Рет қаралды 40,036

CodeLit

CodeLit

5 жыл бұрын

This video will give you a very clear view of what such servers are and when to use what. You will be able to answer all the server related questions confidently after watching this video.
Have questions? 🙋‍♂️
Come ask in our Discord channel: / discord . A lot of like minded folks are there.
Want to learn web development in Hindi? Checkout our other channel 📺
@CodeLitHindi
For courses and write-ups on tech, visit our website codelit.dev.
Try our apps 📱
1. CourseLit: An open-source LMS. courselit.app
2. Letters: An inbox for your newsletters: lttrs.email
Follow us on Social media
1. Twitter: / rajatsx

Пікірлер: 43
@CodeLitDev
@CodeLitDev 5 жыл бұрын
So an application server contains a web server. Have a video request? Please leave a comment.
@dashiellbark-huss6806
@dashiellbark-huss6806 5 жыл бұрын
Questions. I'm still confused where the web server comes in. In your last slide we see how the App Server connects to the API. But what about the Web server? Is it just that in cases where you have an API, you don't have a web server, you only have an app server?
@fahadullah3633
@fahadullah3633 3 жыл бұрын
Watched 6 videos. Didn't understand a word. He explained it so clearly..
@niroshanmanoharan4295
@niroshanmanoharan4295 3 жыл бұрын
One of the great explanations. Thank you!
@MarianKushnirevych
@MarianKushnirevych 2 жыл бұрын
Very simple and understandable! Thanks!
@zhina473
@zhina473 5 жыл бұрын
Thanks alot. You are the best
@fredblessedkabeya8810
@fredblessedkabeya8810 3 жыл бұрын
Thank you... Well put.
@BookofYAH777
@BookofYAH777 3 жыл бұрын
very good explanation, thanks!
@mohammedalhaddad3449
@mohammedalhaddad3449 3 жыл бұрын
that helps a lot .. thank you
@abinashhota
@abinashhota 2 жыл бұрын
sabse achha . sidhi baat no bakwas
@hezronkarani8886
@hezronkarani8886 8 ай бұрын
This is an amazing explanation 😀
@sandeepk167
@sandeepk167 5 жыл бұрын
Nice explanation
@klausrichter778
@klausrichter778 4 жыл бұрын
Thanks !
@fatimaa9358
@fatimaa9358 3 жыл бұрын
great video! all the other explanations didn't help me this was perfectly said thank you!
@kumanish75
@kumanish75 4 жыл бұрын
Very well explained
@CodeLitDev
@CodeLitDev 4 жыл бұрын
Thank you.
@carltonlindsay1251
@carltonlindsay1251 3 жыл бұрын
So an API is an app server? Or it runs on an App server? For instance if I have static content hosted on GitHub, then served through Heroku along with an API which communicates with a MongoDB database, is my Heroku deployment serving both as a web server (for the static GitHub frontend content) and an app server (for the API)? Also, I see the term 'business logic' used often when describing what an app server does, but I'm not sure how it applies. Are my API endpoints which modify the database considered business logic?
@srikanthchitturi7283
@srikanthchitturi7283 2 жыл бұрын
Great explanation!! Can you please give some real time example where will we use Web server vs Application server which helps to understand much better way..
@CodeLitDev
@CodeLitDev 2 жыл бұрын
Sites where users go to download mp3, video files from are generally served by web servers. Web apps like Facebook, Twitter etc., are generally served by application servers. All the images and videos we see in our FB, Twitter feeds are also served by web servers.
@codewriter6742
@codewriter6742 3 жыл бұрын
Watch 3 outstanding video, ever found in youtube. Wanna see all.the videos
@saivaraprasad311lingala9
@saivaraprasad311lingala9 2 жыл бұрын
Pls give simple defnition in understandable language of web server,application server,
@AslamKhan-tv2ct
@AslamKhan-tv2ct Жыл бұрын
U didnt mention where does API is situated in the architecture. Is it before Web server or Before Application server.
@ferasawwad71
@ferasawwad71 3 жыл бұрын
Greetings to you, How can I configure a web server on my home wireless router. Do you have an explanation for that
@CodeLitDev
@CodeLitDev 3 жыл бұрын
You can install something like Apache which is a very popular webserver.
@DanBP21
@DanBP21 3 жыл бұрын
Sorry, I’m a beginner, but at 4:50 where are you “hosting” your application server ?
@CodeLitDev
@CodeLitDev Жыл бұрын
It was hosted on my local machine.
@pavhankumar1087
@pavhankumar1087 3 жыл бұрын
What is database servere??
@Sh1r449
@Sh1r449 4 жыл бұрын
how do you separate a web server from an application server?
@animeshsingh4290
@animeshsingh4290 3 жыл бұрын
Imo, the place where the data is saved something like firebase would be a web server and your app hosted on heroku would be a application server
@asit3061
@asit3061 2 жыл бұрын
@@animeshsingh4290 wring ...
@sowmithrivaradarajan6020
@sowmithrivaradarajan6020 3 жыл бұрын
Can an application server also act as a web server?
@bharathvenna2876
@bharathvenna2876 3 жыл бұрын
Yes, an application server can also act as a webserver.
@shouryagupta8067
@shouryagupta8067 2 жыл бұрын
Hindi
@Abhijitkamath14
@Abhijitkamath14 10 ай бұрын
Very bad content .... It confuses even more .... bery bad
@CodeLitDev
@CodeLitDev 10 ай бұрын
Thanks for the feedback.
@AslamKhan-tv2ct
@AslamKhan-tv2ct Жыл бұрын
U didnt mention where does API is situated in the architecture. Is it before Web server or Before Application server.
@CodeLitDev
@CodeLitDev Жыл бұрын
An application server runs the code of an API.
@usaamahahmed1282
@usaamahahmed1282 5 жыл бұрын
I thought the logic in the application server processes the data and api is the one that sends out the data....is that not not true?
@CodeLitDev
@CodeLitDev 5 жыл бұрын
The reverse is true actually.
@usaamahahmed1282
@usaamahahmed1282 5 жыл бұрын
So application server sends out the data and the api transforms the data into a common language for servers to communicate with each other?
@CodeLitDev
@CodeLitDev 5 жыл бұрын
Yes
@donwilsonobido4196
@donwilsonobido4196 3 жыл бұрын
So an API acts a middle man or Interpreter?
What is a Server? (Deepdive)
17:51
LiveOverflow
Рет қаралды 169 М.
HAPPY BIRTHDAY @mozabrick 🎉 #cat #funny
00:36
SOFIADELMONSTRO
Рет қаралды 18 МЛН
Best Toilet Gadgets and #Hacks you must try!!💩💩
00:49
Poly Holy Yow
Рет қаралды 7 МЛН
REST API & RESTful Web Services Explained | Web Services Tutorial
15:33
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 330 М.
Stateful vs Stateless Applications (Explained by Example)
14:44
Hussein Nasser
Рет қаралды 197 М.
Web Server Concepts and Examples
19:40
WebConcepts
Рет қаралды 236 М.
Apache vs NGINX
7:53
IBM Technology
Рет қаралды 267 М.
How a web application works
34:40
Code Sensei
Рет қаралды 109 М.
What is a Web Service? And why is it called a Web Service?
7:17
Erik Wilde
Рет қаралды 114 М.
Building a Web Server in Rust - Part 1
16:19
Let's Get Rusty
Рет қаралды 85 М.