What is Web Service?

Web Service is a piece of software that makes an application availableto the internet.It means, any web application which wants other web applications or web based programs to interact with their…

What is a Proxy Server?

A proxy server is an intermediate server between a client application such as browser and the real server. Any request you make through your browser first go to proxy server then it forward it to real…

What is Long Polling?

Long polling is a process where browser sends a request to server. Server holds that request and keep the request thread open until any data is available. Once data is available at server, it sends…