About 456,000 results
Open links in new tab
  1. Client-server overview - Learn web development | MDN - MDN Web Docs

    To understand client-server interactions in a dynamic website, and in particular what operations need to be performed by server-side code.

  2. How to communicate effectively between a client and a server

    May 30, 2023 · In this article, I have explained what is a client-server model, how to establish a communication channel between a client and a server using JavaScript, and what are the best …

  3. How to interact with Web server using JavaScript

    Apr 21, 2011 · I need to have some machanism that will enable Web server to send updated messages to client, so that when remote usre sends messages that will get updated …

  4. What is client side javascript and what is server side javascript?

    Sep 10, 2009 · Client-side javascript allows you to make possible some user interactions, by for instance changing the DOM, adding events to html elements, etc.. On the other hand, server …

  5. Understanding Client-Server Interactions: A Guide to REST and …

    Nov 11, 2024 · Today, we’re diving into the fascinating world of client-server interactions on the web. We’ll explore how API’s facilitate communication between clients and servers, delve into …

  6. Client Side vs. Server Side in Web Development: A Beginner's Guide

    Mar 29, 2024 · When distinguishing between "client" and "server", we ask ourselves what role the device plays. When distinguishing between "client-side" and "server-side", we have to ask …

  7. Understanding the Relationship Between JavaScript, Browser, and Server

    Mar 17, 2025 · When discussing JavaScript in the context of the web, it's essential to understand its interaction with both the browser and the server. This trio forms the backbone of dynamic …

  8. Understanding JavaScript in the Client-Side | by Carlos A. Rojas ...

    Jan 24, 2025 · This article delves into the core concepts of client-side JavaScript, exploring its role in manipulating web page content, handling user interactions, and communicating with …

  9. Complete Guide To Node Client-Server Communication

    Aug 1, 2016 · After reading High-Performance Browser Networking by Ilya Grigorik, I was inspired to implement all of the client-server communication techniques outlined in his book in Node …

  10. Client / Server Communication - Happy Coding

    If you haven’t worked with server code before, some of the concepts might seem confusing: what exactly is a client and a server? How do they communicate? How do you pass data between …

Refresh