Top "Client" questions

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

Securing arduino to mosquitto connection with TLS

I'm trying to secure the connection between the arduino pubsub client and mosquitto broker (which is running on a public …

ssl arduino client mqtt mosquitto
How to receive my own telegram messages in node.js without bot

I would like to have a very simple client in nodejs (an example) that can receive messages from my contacts …

node.js client telegram
Android How to add a custom header in grpc client?

I have to add a custom header in an android grpc client. I am unable to send it successfully. public …

android client metadata grpc grpc-java
Standalone Java Websocket client NoClassDefFoundError by ContainerProvider

I'm new to Java, but I have to use it to do a small WebSocket related project. So, I installed …

java maven websocket client tyrus
"Heartbeats" from client to server in PHP/JS

I am trying create a small web application that allows a user to "login" and "logout." What I am currently …

php javascript client heartbeat
RestEasy client framework file upload

Does anyone know how to create the RestEasy client side calls to upload a file using the following two interface …

file-upload client resteasy
Are binary protocols dead?

It seems like there used to be way more binary protocols because of the very slow internet speeds of the …

tcp binary client protocols
Jersey rest client not adding query parameters

I'm trying to make a simple jersey rest client for google search api. Client client = ClientBuilder.newClient(); WebTarget target = client.…

java rest jersey client google-search-api
Is there a server-side Websocket client for node.js?

I've been using socket.io to create a websocket enabled server in node.js, and its great. Now i'd like …

node.js client websocket
Mysql2: close client connection

I am using Mysql2 to query a database on ruby. I initialize the connection by: client = Mysql2::Client.new(:host =&…

ruby database connection client mysql2