Top "Client-server" questions

DO NOT USE ALONE.

Java client/server application with sockets?

I'm writing a java package that will be called by another language (matlab). If my matlab process ends, I want …

java sockets client-server
Loading javascript in body onload with 2 functions

I am trying to load 2 javascript events/functions in the body onload as follows :- <body onLoad="getSubs(document.…

javascript html events client-server
why do we use 10.0.2.2 to connect to local web server instead of using computer ip address in android client

We normally use 10.0.2.2:(port number) in the url to connect to the local web server,but we should use the …

android client-server
How to store data in S3 and allow user access in a secure way with rails API / iOS client?

I am new to writing Rails and APIs. I need some help with S3 storage solution. Here's my problem. I …

ruby-on-rails api amazon-s3 amazon-ec2 client-server
Client-server synchronization pattern / algorithm?

I have a feeling that there must be client-server synchronization patterns out there. But i totally failed to google up …

client-server data-synchronization
How to share semaphores between processes using shared memory

I have to synchronize N client processes with one server. These processes are forked by a main function in which …

c synchronization client-server semaphore shared
Sending a string via Bluetooth from a PC as client to a mobile as server

I need help by transferring a string from a PC to an Android mobile device via Bluetooth. The Android mobile …

java android bluetooth client-server bluecove
WCF - Inspect the messages being sent/received?

I have 2 solutions: - Server Solution - Client Solution The server registers itself to my localhost IIS: http://localhost/MyApp/ …

wcf soap client-server fiddler
How to send images through sockets in java?

I am writing a client-server program and I want that to send an image. The code is the following: //RECEIVER …

java image sockets client-server javax.imageio
How can I code a server/client video and audio streaming application?

I have to create a client/server system to stream video and audio. It would be very simple. Like youtube …

java multithreading sockets streaming client-server