Top "Client" questions

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

How to get a progress bar for a file upload with Apache HttpClient 4?

I've got the following code for a file upload with Apache's HTTP-Client (org.apache.http.client): public static void main(…

java apache http client progress
Java Server Socket Response

I'm trying to create a simple client/server socket communication application (chat client). I've spent countless hours looking on how …

java sockets client serversocket
How to connect a Windows client to an OSX Server with AFP

We are using OSX servers and clients with AFP (Apple Filing Protocol) and want to connect the only Windows (Vista …

macos client afp
Reaching a network device by IP and port using the Android emulator

Why does my Java app for Android not connect to the server? I run the application in Android emulator, and …

android sockets tcp client host
When is port forwarding necessary?

I've been investigating networking for use in a two-player game I'm writing, and I'm still not clear on when a …

networking client port multiplayer
Standalone Java JMS Client for WebSphere MQ

Can I use just WebSphere's jar files with standard JMS to send messages to a WebSphere MQ server, or do …

java client jms ibm-mq
Are there any good graphical Git and Hg/Mercurial clients on Mac OS X?

I'm searching for compelling Git and Mercurial clients on Mac OS X. The most clients I've found so far were …

git version-control mercurial client dvcs
Is there any github client for Windows

Can someone advise any windows client for GitHub? I found the Tower client Mac (http://www.git-tower.com/) and seems …

windows github client
Multiple websocket connections

Is there any advantages of having two distinct websocket connections to the same server from the same client? To me …

javascript client websocket
Why use data URI scheme?

Basically the question is in the title. Many people have had the question stackoverflow of how to create a data …

html browser client data-uri