WEBSOCKET VERSUS COMET – REAL-TIME WEB APPLICATIONS
Introduction Many web application developers have tried to develop a high performance web application with real-time behaviors. A common example of such an application could be a communication web platform like a chat application. A message sent by a user should be transmitted in real-time to other users. Years ago I tried to develop a […]