About 148,000 results
Open links in new tab
  1. Client vs. Server terminology - Stack Overflow

    Jul 26, 2012 · Client-side refers to operations that are performed by the client in a client–server relationship in a computer network. Typically, a client is a computer application, such as a web …

  2. javascript - What is the difference between client-side and server …

    NB: Earlier revisions of this question were explicitly about PHP on the server and JavaScript on the client. The essential nature of the problem and solutions is the same for any pair of …

  3. What is the difference between a web application and a …

    Difference b/n Client /server application and web application server 1)Client server applications follow up Two tier architecture, but web server applications follows Three tier or 'n'tier …

  4. What is the difference between Blazor web app (New in .Net 8) …

    Dec 20, 2023 · The difference is Web Apps don't use Web Assembly or Sockets to render the sites. It's all done on the server and HTML is presented directly to the client browser rather …

  5. Blazor Server side vs Blazor WebAssembly Hosted

    Mar 9, 2023 · From what I read I understand Blazor Server side and Blazor WebAssembly Hosted have server side code, both use Signal R to communicate with the Client. So what is the …

  6. Difference between server and client - Stack Overflow

    Dec 18, 2018 · 2 What is the difference between server and client? What difference does it make for some software installations? For example, I've checked on how to download and install cvs …

  7. Real differences between "java -server" and "java -client"?

    Mar 23, 2019 · Is there any real practical difference between "java -server" and "java -client"? All I can find on Sun's site is a vague "-server starts slower but should run faster".

  8. Server vs Client Socket (Low level details)? - Stack Overflow

    Apr 21, 2009 · General Programming: In a server socket accept() method what exactly happens. At low level how server sockets are different from client sockets?

  9. kubectl - what does Client vs Server? - Stack Overflow

    Kubectl is the client and Kubernetes API Server of the Kubernetes Cluster is the server. Kubernetes Cluster can be installed on variety of operating systems on local machines or …

  10. OpenSSL client certificates vs server certificates - Stack Overflow

    Jul 15, 2014 · What is the difference between client and server certificate w.r.to OpenSSL ?. Is there any difference in CN name in these certificates w.r.to OpenSSL ? I was asked to use …