Top "Client-server" questions

DO NOT USE ALONE.

Android Client Server communication

I have an application in Android which get latitude and longitude from GPS. I want to send these lat and …

android client-server communication
Socket Programming: UDP Client-Server in C

I'm trying to write a client server program using UDP, and wait-and-stop, but I haven't got to that part, I'm …

c sockets unix client-server unix-socket
Handle a WPF Exit Event

I was wondering if there was a way to handle a WPF Application Exit event such that the exit was …

wpf events client-server exit
How the clients (client sockets) are identified?

To my understanding by serverSocket = new ServerSocket(portNumber) we create an object which potentially can "listen" to the indicated port. …

networking sockets client-server
PrintWriter or any other output stream in Java do not know "\r\n"

I have trouble using PrintWriter or any other output stream to send message between server and client program. It works …

java sockets client-server readline printwriter
How to pass a parameter to html?

I have a script that uses the file picker but I need to pass a specific parameter which is called …

html google-apps-script client-server google-picker html-templates
What are the pitfalls of using Websockets in place of RESTful HTTP?

I am currently working on a project that requires the client requesting a big job and sending it to the …

rest http websocket client-server spring-websocket
Qt bidirectional client server using QTcpSocket and QTcpServer

I am trying to implement a bidirectional client-server program, where clients and servers can pass serialized objects between one another. …

c++ qt tcp client-server
C# SQLServer retrieving results and place in a .csv format

I had a look on the site and on Google, but I couldn't seem to find a good solution to …

c# sql sql-server client-server resultset
Very large HTTP request vs many small requests

I need a 2D array (as Json) to be sent from server to client. It would be around 400x400 in …

json client-server