Top "Client-server" questions

DO NOT USE ALONE.

SSL client authentication returning Bad Certificate error

I was trying to connect to my custom wrote ssl server written in CPP. It has got client authentication features. …

ssl openssl client-server debian-based
Mongodb client side javascript api

I would like to use mongodb directly from the client-side, using javascript inside my models. I suppose this is possible …

mongodb client-server client-side javascript
Does the port change when a server accepts a TCP connection?

When a client connects to a server using TCP, a new socket is created for the TCP stream. Does the …

network-programming client-server tcp
How do I obtain the latency between server and client in C#?

I'm working on a C# Server application for a game engine I'm writing in ActionScript 3. I'm using an authoritative server …

c# .net sockets client-server latency
Indy Write Buffering / Efficient TCP communication

I know, I'm asking a lot of questions...but as a new delphi developer I keep falling over all these …

delphi tcp performance client-server indy
How to send and receive data in between asp.net & android by calling web services

I have to make communication between asp.net application & android application to send and recieve data between desktop application &…

android asp.net web-services client-server ksoap
Options for Client Server Communication in Android

I'm currently in the research phase of my dissertation project. My project is a ticket booking system for a mobile …

java android networking client-server middleware
Socket vs HTTP based communication for a mobile client/server application

I've recently decided to take on a pretty big software engineering project that will involve developing a client-server based application. …

sockets client-server communication
SOA vs Client-Server vs Web Service - what is the difference?

After reading some literature on the topics of SOA, Web-Services and Client-Server architectute. I really confused about these terms because …

web-services rest architecture client-server soa
Using POSIX message queues instead of TCP sockets - how to establish "connection"?

I have client and server programs which now communicate via TCP. I'm trying out using POSIX message queues instead (in …

c connection client-server posix message-queue