Home >Web Front-end >HTML Tutorial >Compatibility of Websockets and Apache server in HTML5
When want to develop an application that displays new data whenever it is stored in a folder via XML, we use websockets apache server.
You can use mod_websocket or php websocket. We can also use self-hosted real-time network technology for real-time communication between servers and clients.
Hosted live network solutions and the live push portion of the application can be offloaded.
However, the Apache server does not perform well with long persistent connections between the server and the client.
The best solution is:
The above is the detailed content of Compatibility of Websockets and Apache server in HTML5. For more information, please follow other related articles on the PHP Chinese website!