I just programmed a Java Server-Client Chat (with multiple clients) where they log in, chat and log out. The socket is always started and I listen in a loop.
I have developed a simple desktop application with a SQL S开发者_运维百科erver database for a single PC and now the client want to make it work on multiple PCs. I want to know what is better: for the
We are planing a project where we will have an eclipse based client comm开发者_如何转开发unicating with an glassfish server (+ Oracle database). The business logic will reside on the server, the clien
I have this method which i use to send a Transfer object IPEndPoint ipEnd = new IPEndPoint(IPAddress.Any, 7777);
I\'ve been working on different ways to do this for 2 full coding days, i need some help: I want to create a multiplayer game in java online. To do this i need communication between the server and th
Actionwebservice seems to be a generic web-service infrastructure for rails. Is it p开发者_开发技巧ossible to use this gem to pass image from server to the client and how to do that?
I am developing a content management system in asp.net where the users of the system will use it to submit their work as well as open their previous/unfinished wor开发者_运维百科k (writing) in Microso
I\'m trying to figure out which client/server technology (i.e. which part of the .NET Framework) to use for our new applica开发者_如何学Ction. We will be writing the app in C# using .NET 3.5 SP1.
I\'ve got a problem with passing tokens in C# client-server application. Could you help me with that please? Firstly I describe the situation, secondly I paste some source code, thirdly i will give a
I am wondering about a client-server requests and response set up. I am trying to understand how to set this up. My scenario is this: