Difference between Fronted and Backend
Front end |
Back end |
यह क्लाइंट साइट Application की तरफ होता है |
यह सर्वर साइट Application की तरफ होता है |
Users वेबसाइट को देख और interact कर सकता है |
इसमें सबसे कुछ वेबसाइट के back end में होता |
इसमें वह सब कुछ शामिल है जो वेबसाइटों के सभी पहलुओं को दर्शाता है |
इसमें एक वेब सर्वर शामिल है जो फ्रंटएंड द्वारा प्रस्तुत request को पूरा करने के लिए डेटाबेस के साथ communicate करता है। |
यह इस बात का आधार बनता है कि उपयोगकर्ता अपने वेब ब्राउज़र पर क्या अनुभव कर सकते हैं। |
वे वेबसाइटें जो end users को कभी दिखाई नहीं देतीं। |
The essentials of fronted web development include HTML, CSS and Javascript |
The essentials of backend development include Ruby, Python, Java, Net etc. |
Difference between Fronted and Backend
Front end |
Back end |
It refers to the client-side of the application |
It refers to the server-side of the application |
Users can see and interact with a part of website |
Everything that happens behind the scenes |
It includes everything that attributes to the visual aspects of websites |
It includes a web server that communicates with a database to serve request that the frontend presents. |
It forms the basis of what users can touch and experience on their web browsers. |
The websites that is never visible to the end users. |
The essentials of fronted web development include HTML, CSS and Javascript |
The essentials of backend development include Ruby, Python, Java, Net etc. |