jaymc Posted March 25, 2008 Share Posted March 25, 2008 I have been researching this one on and off for a few months now but there is hardly any refference with backed up tutorials/guides on the internet Im looking for a way too, for example, have a DIV on a webpage that is controlled by a pushing server When new information becomes available from a file/script, the content is pushed and displayed inside that div Just the same way AJAX works, except not having to PULL (send request every x amount of seconds and then receive the data) Googling has not really got me anywhere, I have only found pieces of info explaining what it is, rather than example setups/code I want to avoid having to install any form of applets etc, it pretty much needs to work with existing functionality of the browser standards, if possible Can anyone shed any technical light on this great method of communcation Quote Link to comment https://forums.phpfreaks.com/topic/97823-push/ Share on other sites More sharing options...
rhodesa Posted March 25, 2008 Share Posted March 25, 2008 I haven't done anything with it before, but I hear COMET is what you are looking for. A quick search turned up this article listing the different push/pull methods: http://www.infoq.com/news/2007/07/pushvspull Quote Link to comment https://forums.phpfreaks.com/topic/97823-push/#findComment-500556 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.