Top "Client" questions

A client is an application or system that accesses a service made available by a server.

How to implement an HTTP server on android

I've two android applications on same LAN provided by WIFI : App (A) that open a listening socket on port 8033 App (…

android sockets client httpclient httpserver
Validate image filetype/filesize, crop, resize & then upload

I'm looking for a client side solution to validate whether the image being uploaded is of accepted file type, file …

javascript jquery flash client
readobject method throws ClassNotFoundException

I'm trying to pick up Java and wanted to test around with Java's client/server to make the client send …

java client classnotfoundexception
GIO socket-server / -client example

I would like to create a server and client application that communicate via sockets using GIO. GSocketService and GSocketClient seem …

sockets client gio
Arduino Ethernet Shield Not Connecting to WebServer

I have a problem making my Arduino Ethernet shield to communicate with the server, the result on the serial monitor …

connection webserver client arduino ethernet
Simple RTMP Python client

I'm looking for a proper RTMP python client or Python code example that could do at least the following: Properly …

python flash client rtmp
.NET application fails to send client certificate - Win 7 vs Win XP?

I am developing an ASP.NET web application that sends a request to another server using HttpWebRequest. It sends the …

.net client certificate ssl
twisted http client

I am after an example describing the usage of Twisted's HTTP Client. After reading the excellent blog post on the …

python http client twisted
How to send consecutive requests with HTTP keep-alive in node.js?

I'm using node.js 0.6.18, and the following code makes node.js close the TCP connection between every two requests (verified …

http node.js client keep-alive
How to simulate non-SNI browsers (without SNI support)?

I'm setting up Apache with several distinct SSL certificates for different domains that reside on the same server (and thus …

ssl client sni