<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: ServerSide JavaScript with MooTools and&#160;NodeJS</title> <atom:link href="http://davidwalsh.name/mootools-nodejs/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-nodejs</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Vic</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-26805</link> <dc:creator>Vic</dc:creator> <pubDate>Fri, 02 Sep 2011 20:53:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-26805</guid> <description>exports = MyClass = new Class({
works, is that right?</description> <content:encoded><![CDATA[<p>exports = MyClass = new Class({<br
/> works, is that right?</p> ]]></content:encoded> </item> <item><title>By: Chris the Developer</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-19625</link> <dc:creator>Chris the Developer</dc:creator> <pubDate>Tue, 31 Aug 2010 09:37:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-19625</guid> <description>var User = require(&#039;User&#039;); should be var User = require(&#039;User&#039;).User;</description> <content:encoded><![CDATA[<p>var User = require(&#8216;User&#8217;); should be var User = require(&#8216;User&#8217;).User;</p> ]]></content:encoded> </item> <item><title>By: Nick Tulett</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18998</link> <dc:creator>Nick Tulett</dc:creator> <pubDate>Sat, 24 Jul 2010 07:07:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18998</guid> <description>If you can&#039;t quite grasp the significance of node.js, then re-read this:&quot;This is the main design goal of NodeJS: to be non-blocking for any I/O operations such as reading or writing a file, storing or retrieving data from a database etc.&quot;It&#039;s not a semantic replacement for PHP and it&#039;s not something you run on top of a webserver, it&#039;s something you use to build a different kind of fast, scaleable web application.</description> <content:encoded><![CDATA[<p>If you can&#8217;t quite grasp the significance of node.js, then re-read this:</p><p>&#8220;This is the main design goal of NodeJS: to be non-blocking for any I/O operations such as reading or writing a file, storing or retrieving data from a database etc.&#8221;</p><p>It&#8217;s not a semantic replacement for PHP and it&#8217;s not something you run on top of a webserver, it&#8217;s something you use to build a different kind of fast, scaleable web application.</p> ]]></content:encoded> </item> <item><title>By: Marco Rogers</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18769</link> <dc:creator>Marco Rogers</dc:creator> <pubDate>Tue, 13 Jul 2010 14:31:04 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18769</guid> <description>&quot;If extending the native types in JavaScript does not align with your style of coding you should probably not use MooTools (or JavaScript, as it is a core feature of the language).&quot;Really?  I know you guys are opinionated about this type of thing, but sheesh.  Anything you can enable by extending base datatypes, you can also do without using that &quot;feature&quot;. And as soon as you load two modules that presume to know what&#039;s best for your base datatypes without telling you, you&#039;re probably going to run into unintended behavior.Sorry to be off topic.  This is pretty awesome work.  That unnecessary comment just caught my eye.</description> <content:encoded><![CDATA[<p>&#8220;If extending the native types in JavaScript does not align with your style of coding you should probably not use MooTools (or JavaScript, as it is a core feature of the language).&#8221;</p><p>Really?  I know you guys are opinionated about this type of thing, but sheesh.  Anything you can enable by extending base datatypes, you can also do without using that &#8220;feature&#8221;. And as soon as you load two modules that presume to know what&#8217;s best for your base datatypes without telling you, you&#8217;re probably going to run into unintended behavior.</p><p>Sorry to be off topic.  This is pretty awesome work.  That unnecessary comment just caught my eye.</p> ]]></content:encoded> </item> <item><title>By: doertedev</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18763</link> <dc:creator>doertedev</dc:creator> <pubDate>Tue, 13 Jul 2010 06:50:04 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18763</guid> <description>Good article m8.
Somehow NodeJS really rocks. nearly every webdev nowadays knows JS and therefore can write pretty neat stuff on his system layer that runs like hell.But what about this: What the hell do you need it for? What does NodeJS do better on the lower areas that won´t be a bit more achieveable with PHP / Python? I´m not flaming like &quot;omg php &gt; js&quot; but I think for most of the stuff I need the compiler. NodeJS is hot but why do ppl actually ask for apache &amp; php integration? Because they are familiar with it and they do know what they actually do (more or less... more less then more :P).I couldn´t find a well suited case for using nodejs yet. And yes you can rebuild apache with nodeJs. Would you whant to? Would you really whant to go through all this security stuff that the apache guys been dealing with for years? Have fun with it, you have my full support but get a life ^^</description> <content:encoded><![CDATA[<p>Good article m8.<br
/> Somehow NodeJS really rocks. nearly every webdev nowadays knows JS and therefore can write pretty neat stuff on his system layer that runs like hell.</p><p>But what about this: What the hell do you need it for? What does NodeJS do better on the lower areas that won´t be a bit more achieveable with PHP / Python? I´m not flaming like &#8220;omg php &gt; js&#8221; but I think for most of the stuff I need the compiler. NodeJS is hot but why do ppl actually ask for apache &amp; php integration? Because they are familiar with it and they do know what they actually do (more or less&#8230; more less then more :P).</p><p>I couldn´t find a well suited case for using nodejs yet. And yes you can rebuild apache with nodeJs. Would you whant to? Would you really whant to go through all this security stuff that the apache guys been dealing with for years? Have fun with it, you have my full support but get a life ^^</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18758</link> <dc:creator>Alex</dc:creator> <pubDate>Tue, 13 Jul 2010 02:21:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18758</guid> <description>An awesome extensive article about something really interesting.
If someday I&#039;ll need a javascript server, it will definitely be set up with Mootools and Node!</description> <content:encoded><![CDATA[<p>An awesome extensive article about something really interesting.<br
/> If someday I&#8217;ll need a javascript server, it will definitely be set up with Mootools and Node!</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18747</link> <dc:creator>Dan</dc:creator> <pubDate>Mon, 12 Jul 2010 16:07:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18747</guid> <description>From an SEO perspective JS output from server side would presumably appear in the source instead of the script and so would be a real win.</description> <content:encoded><![CDATA[<p>From an SEO perspective JS output from server side would presumably appear in the source instead of the script and so would be a real win.</p> ]]></content:encoded> </item> <item><title>By: Christoph Pojer</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18746</link> <dc:creator>Christoph Pojer</dc:creator> <pubDate>Mon, 12 Jul 2010 15:24:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18746</guid> <description>Jaxer is dead.If you want to run javascript on apache have a look at v8cgi ( http://code.google.com/p/v8cgi/ ). mootools-loader should work with v8cgi even though I have not explicitely tested it.NodeJS is not an apache module but basically an application that allows you to run javascript code on the server, with asynchronous access to resources. You can - as seen on http://nodejs.org - build an apache like webserver with nodejs.</description> <content:encoded><![CDATA[<p>Jaxer is dead.</p><p>If you want to run javascript on apache have a look at v8cgi ( <a
href="http://code.google.com/p/v8cgi/" rel="nofollow">http://code.google.com/p/v8cgi/</a> ). mootools-loader should work with v8cgi even though I have not explicitely tested it.</p><p>NodeJS is not an apache module but basically an application that allows you to run javascript code on the server, with asynchronous access to resources. You can &#8211; as seen on <a
href="http://nodejs.org" rel="nofollow">http://nodejs.org</a> &#8211; build an apache like webserver with nodejs.</p> ]]></content:encoded> </item> <item><title>By: Tim Wright</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18744</link> <dc:creator>Tim Wright</dc:creator> <pubDate>Mon, 12 Jul 2010 15:13:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18744</guid> <description>Any reason you chose NodeJS over the Apache Module Jaxer? Will Node run on Apache?</description> <content:encoded><![CDATA[<p>Any reason you chose NodeJS over the Apache Module Jaxer? Will Node run on Apache?</p> ]]></content:encoded> </item> <item><title>By: Rohit</title><link>http://davidwalsh.name/mootools-nodejs/comment-page-1#comment-18743</link> <dc:creator>Rohit</dc:creator> <pubDate>Mon, 12 Jul 2010 15:05:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=5008#comment-18743</guid> <description>Certainly is interesting. But still speculating, whether a JS server side is of any use, or is a web language still better there. Well, to each one his own !</description> <content:encoded><![CDATA[<p>Certainly is interesting. But still speculating, whether a JS server side is of any use, or is a web language still better there. Well, to each one his own !</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.021 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 01:06:26 -->
