DO NOT USE ALONE.
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-basedI 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 javascriptWhen a client connects to a server using TCP, a new socket is created for the TCP stream. Does the …
network-programming client-server tcpI'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 latencyI 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 indyI 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 ksoapI'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 middlewareI've recently decided to take on a pretty big software engineering project that will involve developing a client-server based application. …
sockets client-server communicationAfter 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 soaI 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