<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Deliver real-time information to your users using node.js</title>
	<atom:link href="http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 14:44:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Remy</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-136835</link>
		<dc:creator>Remy</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-136835</guid>
		<description>This is a CLIENT-side Polling, all clients makes unnecesary requests like this:

Are there something new?---------&gt;NO 
Are there......
.
.
1000000.......
.
.Are there something new?---------&gt;YES!!  (finally)

Please I need a server side poolling in nodejs, thanks.</description>
		<content:encoded><![CDATA[<p>This is a CLIENT-side Polling, all clients makes unnecesary requests like this:</p>
<p>Are there something new?&#8212;&#8212;&#8212;&gt;NO<br />
Are there&#8230;&#8230;<br />
.<br />
.<br />
1000000&#8230;&#8230;.<br />
.<br />
.Are there something new?&#8212;&#8212;&#8212;&gt;YES!!  (finally)</p>
<p>Please I need a server side poolling in nodejs, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-136828</link>
		<dc:creator>Stephane</dc:creator>
		<pubDate>Mon, 30 Jan 2012 16:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-136828</guid>
		<description>Hey guys,

The nodeJS server was down, it&#039;s now back up, the demos should work as intended.

@pmb: This is intended as being an introduction to nodeJS nothing advanced, you&#039;re free to take the code and build on it.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>The nodeJS server was down, it&#8217;s now back up, the demos should work as intended.</p>
<p>@pmb: This is intended as being an introduction to nodeJS nothing advanced, you&#8217;re free to take the code and build on it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris@bricolage</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-136046</link>
		<dc:creator>Chris@bricolage</dc:creator>
		<pubDate>Thu, 26 Jan 2012 17:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-136046</guid>
		<description>Great tutorial
I’m trying to write something very similar now and this can help me definitely!

Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial<br />
I’m trying to write something very similar now and this can help me definitely!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-135709</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Wed, 25 Jan 2012 02:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-135709</guid>
		<description>Hi - tried the demo in 3 different browsers, but nothing at all happened. Does not seem to work...?</description>
		<content:encoded><![CDATA[<p>Hi &#8211; tried the demo in 3 different browsers, but nothing at all happened. Does not seem to work&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmb</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-134987</link>
		<dc:creator>pmb</dc:creator>
		<pubDate>Sat, 21 Jan 2012 22:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-134987</guid>
		<description>There is no way to POST to /send_feed_item from console, which makes this whole thing very useless.</description>
		<content:encoded><![CDATA[<p>There is no way to POST to /send_feed_item from console, which makes this whole thing very useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Z</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-118090</link>
		<dc:creator>Z</dc:creator>
		<pubDate>Sat, 17 Dec 2011 01:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-118090</guid>
		<description>On the demo, my JS console says:
&quot;Failed to load resource: the server responded with a status of 502 (Bad Gateway)&quot;
&quot;2event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.&quot;
and it doesn&#039;t work. Any idea how come?

Z</description>
		<content:encoded><![CDATA[<p>On the demo, my JS console says:<br />
&#8220;Failed to load resource: the server responded with a status of 502 (Bad Gateway)&#8221;<br />
&#8220;2event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.&#8221;<br />
and it doesn&#8217;t work. Any idea how come?</p>
<p>Z</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: async I/O News &#187; Deliver real-time information to your users using node.js</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-102932</link>
		<dc:creator>async I/O News &#187; Deliver real-time information to your users using node.js</dc:creator>
		<pubDate>Mon, 14 Nov 2011 09:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-102932</guid>
		<description>[...] Read full article    Categories: All, Async I/O, NodeJS, Real-Time Web Tags: JavaScript, Node.JS, NodeJS        /* [...]</description>
		<content:encoded><![CDATA[<p>[...] Read full article    Categories: All, Async I/O, NodeJS, Real-Time Web Tags: JavaScript, Node.JS, NodeJS        /* [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: girley</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-97944</link>
		<dc:creator>girley</dc:creator>
		<pubDate>Wed, 26 Oct 2011 08:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-97944</guid>
		<description>Great tutorial!
But I got an issues when I tried the source codes on my local machine. I run server.js and view the result on the browser but Not Found appeared on my screen. I don&#039;t know what&#039;s the problem.I&#039;m just a beginner in nodejs and right now we&#039;re planning to develop an app using nodejs.Can you help me with this?Thank you so much!</description>
		<content:encoded><![CDATA[<p>Great tutorial!<br />
But I got an issues when I tried the source codes on my local machine. I run server.js and view the result on the browser but Not Found appeared on my screen. I don&#8217;t know what&#8217;s the problem.I&#8217;m just a beginner in nodejs and right now we&#8217;re planning to develop an app using nodejs.Can you help me with this?Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prestashop Themes</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-97154</link>
		<dc:creator>Prestashop Themes</dc:creator>
		<pubDate>Sun, 23 Oct 2011 15:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-97154</guid>
		<description>I don?t even know the way I ended up here, however I assumed this publish was once good. I do not recognize who you&#039;re however definitely you are going to a well-known blogger for those who aren&#039;t already ;) Cheers!</description>
		<content:encoded><![CDATA[<p>I don?t even know the way I ended up here, however I assumed this publish was once good. I do not recognize who you&#8217;re however definitely you are going to a well-known blogger for those who aren&#8217;t already <img src='http://www.no-margin-for-errors.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: home steplifts</title>
		<link>http://www.no-margin-for-errors.com/blog/2010/07/26/deliver-real-time-information-to-your-users-using-node-js/comment-page-1/#comment-95123</link>
		<dc:creator>home steplifts</dc:creator>
		<pubDate>Sat, 15 Oct 2011 10:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.no-margin-for-errors.com/?p=601#comment-95123</guid>
		<description>It?s actually a nice and useful piece of information. I?m satisfied that you shared this helpful information with us. Please stay us informed like this. Thank you for sharing.</description>
		<content:encoded><![CDATA[<p>It?s actually a nice and useful piece of information. I?m satisfied that you shared this helpful information with us. Please stay us informed like this. Thank you for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

