Category "client"

Share types between client and server

I'm working on a project with a Node.js, Express.js & TypeScript backend (REST API) and a React, Redux & TypeScript frontend. In the backend I have crea

a TCP client communicating with a server set on ESP8266-01

I'm setting up a TCP/IP communication between an android app and an ESP8266 module connected to Arduino uno. I'm using AT commands to set up the server as follo

Is there a way to send message to a specific client in a multithreaded TCP server?

I have made a tcp multithread server which is always listening to new connections and at the same time handling existing clients. If i have 2 clients, lets say

How can I launch the Samsung RTL Client JNLP to use adb? (instead of the new web Client)

I want to debug my Android app for some bug that happens only on some Samsung devices so I tried using Samsung Remote Test Lab. But I want to debug using adb or

How can I launch the Samsung RTL Client JNLP to use adb? (instead of the new web Client)

I want to debug my Android app for some bug that happens only on some Samsung devices so I tried using Samsung Remote Test Lab. But I want to debug using adb or

Confused about which type of OAuth2 flow to implement for our web app to web app communication

We have a small .NET MVC legacy website that we are trying to implement OAuth2 for. Here's how it currently works: The website has no user accounts. So, no logi

Hazelcast Client Imap issues while using get() function - C++

Is there a way to know the data type before of a hazelcat key before getting the key in Hazelcast 5.0 or later versions? Specifically, my C++ code is: hazelcast

how to set https proxy in cxf client ?

I am using below code for my webservice client : HelloService hello = new HelloService(); HelloPortType helloPort = cliente.getHelloPort(); org.apache.cxf.end

Creating a simple Hello world Android Client-Server program

To keep it simple, all I'm trying to do is to send a message from my Android Emulator to a Java console server on Eclipse that contains a simple string, then I

Send cookies with socket.io-client

I am trying to connect to a websocket. I would like to add cookies from the actual website login, so the server (which is NOT mine), knows who I am (events are

Configuring WCF client gives the error "The message could not be processed. This is most likely because the action

My web service returns a error message no matter what configurations I set. I get the following error message. The message could not be processed. This is m

Connect to surfshark vpn using python

I've recently purchased surfshark vpn and I've tried to connect to it using a python script. I've used openvpn-gui to connect to it but it seems to have a lot o

Excel RTD (Real Time Data) client other than Excel?

I have been looking all over, and couldn't find any example for an RTD CLIENT (many RTD server samples, though). My goal is to 'pull' data from an RTD server i

Request body is empty when posting form-data

I'm using a simple post request to my backend for a form data and for some reason the body is alwayes empty. I'm trying to isolate this so i changed the content