Top "Client-server" questions

DO NOT USE ALONE.

Multi-client, async sockets in c#, best practices?

I am trying to gain a better understanding of tcp/ip sockets in c#, as i want to challenge myself …

c# sockets client-server
Trying to create a simple Ruby server over SSL

I am trying to create a simple SSL client and server in Ruby. But I'm getting a cryptic error message …

ruby openssl client-server
How should I stress test / load test a client server application?

I develop a client-server style, database based system and I need to devise a way to stress / load test the …

python database client-server load-testing stress-testing
Create an OPC client with OpenScada UTGARD

I´ve connected a PLC to Matrikon opc universal server, now my task is to connect the OPC server to …

java client-server opc
How to make my Java Swing application a Client-Server application?

I have made a Java Swing application. Now I would like to make it a Client-Server application. All clients should …

java swing networking client-server distributed-system
How does the Half-Life 2 multiplayer protocol work?

I was wondering how the Half-Life 2 multiplayer protocol works in mods like Counter-Strike: Source or Day Of Defeat: Source. I …

client-server network-protocols
javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown

I want to establish a secure channel between a client and server using Java SSL session. I followed the following …

security ssl client-server jsse
iOS client-server app: HTTP or TCP/IP?

I am about to start designing/developing a client-server iOS app. I am leaning towards using HTTP requests to get/…

ios client-server
Multiplayer game on local network without internet

I am creating a multiplayer android game as a part of my coursework. This is my first game. I intended …

android client-server multiplayer lan
How to set IP address of client manually in .net socket program

I created a multithreaded client-server chat application and want to test my application with multiple clients. I'm planning to create …

c# .net multithreading client-server serversocket