I have a windows service that is installed on a server and act a server that waits requests from other clients(server-client), when it receives a request it handles it and log data sent to it in a tex
I\'m developing a client-server application and can\'t force users not to use older versions of client, or even other clients, since the protocol is WebDAV开发者_StackOverflow社区.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is there any analog to Microsoft Silverlight in Java World? The requirement is to use native language and share some already written libraries while hosting in a web browser on client side. Silverligh
I have been doing research for a few months now on the possibility of client-server communication. I have experimented with many methods such as WebORB and FluorineFX, which are both servers designed
i am a beg开发者_如何学JAVAiner and i am making a client server application in c# using sql database.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I cant seem to get a simple TCP connection going between a java server application and Android (I have tried both the emulator and the Android Dev Phone 2). I am getting this error on the Emulator \"T
I rewrote some of the code to implement the two answers below, and low and behold I got it to send 1 image, but now I just need it to keep sending, but the server finishes after 1 single image.
I have built some server-side APIs work through HTTP, for my client-side applications only. So, is it possible to authenticate applications between client-sid开发者_开发知识库e and server-side; and ho