1.

Does PHP support WebSockets? If yes give some examples.

Answer»

In order to reduce RTT ( Round trip time ), websockets becomes handy if you are thinking about performance.

  1. WebSocket is a PROTOCOL for CREATING a FAST two-way channel between a web browserand a server. WebSocket overcomes limitations with HTTP to allow for low latency communications between a user and a web service
  2. PHP supports WebSockets and the following PROJECTS help us use them in our projects:

    i.   https://socketo.me 


Discussion

No Comment Found