I have a Client/Server application written Delphi.Essentially all the application is doing is transferring xml data streams between a server application and connected clients.I am currently using the
I have written a simple Java application that interacts w开发者_C百科ith multiple instances of itself using sockets. The first instance automatically takes on the role of the server, listening on a sp
I am working on an application for OS X that needs communication of small bits of data between a server side application and a client side application. I tried using a Ruby on Rails server as a backen
I wrote a simple server and client apps, where I can switch between TCP, DCCP and UDP protocols. The goal was to transfer a file from the one to the other and measure the traffic for each protocol, so
I am developing a Client-Server based app using WPF, SQL-Server and WCF. This is basically a kind of POS application (not using any POS library but features are almost same). Server side coding is
This question already has answers here: 开发者_Python百科 Does the port change when a server accepts a TCP connection?
I\'m trying to do my first client/server game using Google Apps Engine as my back end (specification requirement.)I\'ve done the tutorials (Java), but that all seems highly browser-centric.
what i need is a server that listens to 5060 port , when the client sends data to that port the server should open up another port ( any port after 1250 i believe ) and forward the clients data to tha
I\'m about to design a client application and the server part is not designed either. I need to decide on the communication protocol.
I have developed a desktop application using C# as frontend and SQL as backend. But one of my client wants to buy it if the software is able to operate from multiple computers and a common database m