How does an application written for websocket server work with a web application on Apache server -
i have read articles websocket web application while. found people mention starting independent websocket server (or daemon), implementation listed in http://www.phpbuilder.com/articles/application-architecture/optimization/creating-real-time-applications-with-php-and-websockets.html, e.g. ratchet, wrench
well-know servers php apache, nginx don't have built-in support websocket. use proxy module independent websocket server.
if write application websocket server, how can application communication or access web applicaiton deploy on web server apache? example, access class of web application, connect database...
is there server in php world tomcat supports http , websocket @ same time?
(added) want achieve javascript program can communicate web application on apache via websocket.
javascript on page <--- websocket ---> web application on apache
Comments
Post a Comment