Top "Client" questions

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

Android Studio: Client not ready yet

While launching an app, I am getting a message " Client not ready yet". Also, my device is showing" Waiting for …

android debugging server client javascript-debugger
Difference between TCP Listener and Socket

As far as I know I can create a server using both TCPListener and Socket, so what is the difference …

sockets tcp client serversocket tcplistener
send a file to client

I want to write a text file in the server through Php, and have the client to download that file. …

php download client text-files
Sending TCP data from Android (as client) - no data being sent?

I'm trying to send data from my Android app to my PC over TCP. The code is as follows: Socket …

android sockets tcp client communication
Connect two client sockets

Let's say Java has two kind of sockets: server sockets "ServerSocket" client sockets or just "Socket" Imagine the situation of …

java sockets client serversocket
Accessing secure restful web services using jersey client

I have created web services based on Jersey (auto generated via Netbeans). I have also created a user names “testClient” …

security jersey client jdbcrealm
'Already Connected' exception trying to do POST request using Jersey Client API

I'm creating integration tests for a JAX-RS/Jersey Webservice deployed on Tomcat 8 using arquillian. I am trying to do a …

java jersey client jboss-arquillian
android webview with client certificate

I tried for days to use a web view with a client certificate embedded in the application, but it seems …

android ssl webview client certificate
Controlling the heartbeat timeout from the client in socket.io

I have mobile clients connected to a node.js server, running socket.io via xhr-polling. I have two type of …

node.js client socket.io
Are there any good PostgreSQL clients for linux?

I am frustrated of not having a good Linux GUI administration and development tool for PostgreSQL. pgAdmin III is buggy …

linux postgresql client database-administration