
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
Websockets Apache Server compatibility in HTML5
When an app is to be developed that displays new data whenever it is stored in a folder through XML, we use websockets apache server.
Mod_websocket or php websocket can be used.we can also use self-hosted realtime web technology for realtime communication between server and client.
A hosted realtime web solutions and realtime push aspect of your application can be offloaded.
However, Apache server is not good in long-running persistant connections between server and client.
Best solution for this is:
- While using Apache as application server we need to use second dedicated realtime webserver.
- Self hosted realtime webserver can be used to handle many concurrent connections
- A hosted service can be used along with Apache application server.
- Related Articles
- WebSockets Attributes in HTML5
- Difference between MessageChannel and WebSockets in HTML5
- Backward compatibility with HTML5
- How to Configure Nagios Server for Monitoring Apache Server
- How to Setup Compatibility in Microsoft SQL Server?
- How to trust backward compatibility with HTML5
- What are Long-Polling, Websockets, Server- Sent Events (SSE) and Comet?
- Running a static site on Apache Server from Docker
- How to execute Python CGI Script on Apache Server?
- Detect compatibility of the new HTML5 tag with jQuery.
- 3 Ways to Check Apache Server Status and Uptime in Linux
- HTML5 Server-Sent Events working
- How to Setup Virtual Hosts with Apache Web Server on Linux
- How Server-Sent Events Works in HTML5?
- How To Set Up Multiple SSL Host With A Single Apache Server

Advertisements