Handle Web Server with multiple clients
问题 I am working on a web application which can serve only one client.Now I need to include functionality to serve multiple clients. For that one mechanism should be there in which all the clients can see OR will be notified if any changes are done by some another client in the application. So my job is now to notify all the clients once any changes are done from the back end by another client. I found one solution in which I will call one cgi script from javascript at a particular period of time