Server-side
सर्वर-साइड (सर्वर पर होने वाला/सर्वर-आधारित)
Origin & History
A compound technical term from "server" + "side", popularized with client–server architecture and later web development to contrast processing on the server with processing in the client/browser.
यह "server" + "side" से बना तकनीकी संयुक्त शब्द है, जो क्लाइंट–सर्वर आर्किटेक्चर और बाद में वेब डेवलपमेंट में प्रचलित हुआ, ताकि सर्वर पर होने वाली प्रोसेसिंग को क्लाइंट/ब्राउज़र पर होने वाली प्रोसेसिंग से अलग बताया जा सके।
Definition
In web or network computing, "server-side" refers to code, processing, or operations that run on the server, handling tasks like database queries, authentication, and generating responses before sending results to the client.
वेब या नेटवर्क कंप्यूटिंग में "server-side" उन कोड, प्रोसेसिंग या कार्यों को कहते हैं जो सर्वर पर चलते हैं—जैसे डेटाबेस क्वेरी, प्रमाणीकरण (authentication), और क्लाइंट को परिणाम भेजने से पहले प्रतिक्रिया (response) तैयार करना।