Top "Client-server" questions

DO NOT USE ALONE.

PHP : Best way to push data from server to clients.....?

In my project I need to push some data from server to the client like facebook does, when some updates …

php zend-framework client-server
Netty - How to get server response in the client

I'm mostly there with Netty but one concept is still alluding me, and I can't find anything in the tutorials …

java networking client-server netty
How to get server response with netty client

I want to write a netty based client. It should have method public String send(String msg); which should return …

java client-server netty
HTTP over AF_UNIX: HTTP connection to unix socket

We have HTTP server , for which we have HTTP client based application (on Linux) working fine. But now we need …

http sockets webserver client-server unix-socket
How to determine the UID of a message in IMAP

I'm working in a mail client project using C#. I'm using both the POP and IMAP protocol to communicate with …

c# client-server imap pop3 uid
JmDNS service discovery in client-server

I'm trying to enable service discovery in my client-server application using JmDNS. I fully understand service registry on the server …

java network-programming client-server service-discovery jmdns
Is there a way to know the URL of the SVN server?

Right now, we are having problems allowing the client to access the SVN server because of the unknown host name …

svn url tortoisesvn client-server collabnet
Integrate Sage Line 50 with windows application

I have to integrate C# Windows application with Sage Line 50. (To send all invoice details from application to Sage). I …

c# asp.net client-server sage-erp sage-line-50
How to prevent SIGPIPE or prevent the server from ending?

A quite standard C++ TCP server program using pthreads, bind, listen and accept. I have the scenario that the server …

c++ c sockets client-server signals
How many clients can an http-server can handle?

I built a web application with Angular2 as client and NodeJS as server. I want to serve it with npm's …

node.js client-server httpserver