<?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: ExtJS 4 Models + node.js</title>
	<atom:link href="http://www.alsonkemp.com/geekery/extjs-4-models-node-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/</link>
	<description>Hackfoofery</description>
	<lastBuildDate>Tue, 04 Jun 2013 17:05:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: olecom</title>
		<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/comment-page-1/#comment-702</link>
		<dc:creator>olecom</dc:creator>
		<pubDate>Mon, 07 Nov 2011 14:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=409#comment-702</guid>
		<description><![CDATA[&lt;p&gt;It seems there is already a project worth looking at:
https://github.com/xcambar/n-ext&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>It seems there is already a project worth looking at:
<a href="https://github.com/xcambar/n-ext" rel="nofollow">https://github.com/xcambar/n-ext</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier Cambar</title>
		<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/comment-page-1/#comment-694</link>
		<dc:creator>Xavier Cambar</dc:creator>
		<pubDate>Sun, 28 Aug 2011 10:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=409#comment-694</guid>
		<description><![CDATA[&lt;p&gt;Hi,
I &#039;m working on a project hosted at Github just about using ExtJS server-side using Node.js.&lt;/p&gt;

&lt;p&gt;It&#039;s composed of
* a Node module, which is basically a wrapper to the loading of Ext.core and some more useful modules, but I&#039;ve added a couple of features to it.
* a Mongo proxy, allowing data to be CRUD&#039;ed easily.&lt;/p&gt;

&lt;p&gt;The project contains some examples if the documentation is not self-explanatory enough.&lt;/p&gt;

&lt;p&gt;I&#039;ll be happy that you go and have a look at it, so I could have our feedback.
I&#039;m planning some enhancements, such as sandboxing ExtJS, but it would require some modifications on the Ext framework itself, so before writing anything, I&#039;d like to discuss the actual use cases for it.&lt;/p&gt;

&lt;p&gt;The project is called N-Ext and is located at http://github.com/xcambar/n-ext/&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi,
I &#8216;m working on a project hosted at Github just about using ExtJS server-side using Node.js.</p>

<p>It&#8217;s composed of
* a Node module, which is basically a wrapper to the loading of Ext.core and some more useful modules, but I&#8217;ve added a couple of features to it.
* a Mongo proxy, allowing data to be CRUD&#8217;ed easily.</p>

<p>The project contains some examples if the documentation is not self-explanatory enough.</p>

<p>I&#8217;ll be happy that you go and have a look at it, so I could have our feedback.
I&#8217;m planning some enhancements, such as sandboxing ExtJS, but it would require some modifications on the Ext framework itself, so before writing anything, I&#8217;d like to discuss the actual use cases for it.</p>

<p>The project is called N-Ext and is located at <a href="http://github.com/xcambar/n-ext/" rel="nofollow">http://github.com/xcambar/n-ext/</a></p>

<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/comment-page-1/#comment-625</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Wed, 23 Feb 2011 00:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=409#comment-625</guid>
		<description><![CDATA[&lt;p&gt;Ha!  Great minds think alike: I&#039;ve got DNode installed, was planning to get it talking to ExtJS tonight and was planning to hook it up to either Couch or MongoDB.&lt;/p&gt;

&lt;p&gt;Would love to swap code...  Happy to set up a GitHub repo (public or private) to noodle in.  Game?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Ha!  Great minds think alike: I&#8217;ve got DNode installed, was planning to get it talking to ExtJS tonight and was planning to hook it up to either Couch or MongoDB.</p>

<p>Would love to swap code&#8230;  Happy to set up a GitHub repo (public or private) to noodle in.  Game?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tane Piper</title>
		<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/comment-page-1/#comment-624</link>
		<dc:creator>Tane Piper</dc:creator>
		<pubDate>Wed, 23 Feb 2011 00:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=409#comment-624</guid>
		<description><![CDATA[&lt;p&gt;You might want to check out DNode: https://github.com/substack/dnode&lt;/p&gt;

&lt;p&gt;I wrote a DNode Proxy + Store for ExtJS3, allows me to do better RPC than ExtDirect, and DNode itself uses socket.io but abstracts away the thinking of transports so you can just write javascript.&lt;/p&gt;

&lt;p&gt;If you&#039;d like to see it, email me and I&#039;ll show you the code - we can maybe have a chat about how this could be put to good use with the new stuff in ExtJS4 as I already use it heavily with my ExtJS3 app on top of CouchDB - and if I can have it so the same code is on the client and server, well I&#039;ll be a happy man :D&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You might want to check out DNode: <a href="https://github.com/substack/dnode" rel="nofollow">https://github.com/substack/dnode</a></p>

<p>I wrote a DNode Proxy + Store for ExtJS3, allows me to do better RPC than ExtDirect, and DNode itself uses socket.io but abstracts away the thinking of transports so you can just write javascript.</p>

<p>If you&#8217;d like to see it, email me and I&#8217;ll show you the code &#8211; we can maybe have a chat about how this could be put to good use with the new stuff in ExtJS4 as I already use it heavily with my ExtJS3 app on top of CouchDB &#8211; and if I can have it so the same code is on the client and server, well I&#8217;ll be a happy man <img src='http://d1r5286bar8cf9.cloudfront.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/comment-page-1/#comment-623</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Tue, 22 Feb 2011 20:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=409#comment-623</guid>
		<description><![CDATA[&lt;p&gt;Tane,&lt;/p&gt;

&lt;p&gt;Thanks.  I&#039;m also probably going to use WebSockets for the transport/Proxy, so will post if/when I get those up and running.  I&#039;ve found WebSockets + ExtJS to be really nice.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Tane,</p>

<p>Thanks.  I&#8217;m also probably going to use WebSockets for the transport/Proxy, so will post if/when I get those up and running.  I&#8217;ve found WebSockets + ExtJS to be really nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tane Piper</title>
		<link>http://www.alsonkemp.com/geekery/extjs-4-models-node-js/comment-page-1/#comment-622</link>
		<dc:creator>Tane Piper</dc:creator>
		<pubDate>Tue, 22 Feb 2011 19:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=409#comment-622</guid>
		<description><![CDATA[&lt;p&gt;Nice!  When re-writing our app with ExtJS4 I was thinking of using Backbone.js for the server side to map to the new 4 models - but I might look at this and hopefully help make it less hacky :)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Nice!  When re-writing our app with ExtJS4 I was thinking of using Backbone.js for the server side to map to the new 4 models &#8211; but I might look at this and hopefully help make it less hacky <img src='http://d1r5286bar8cf9.cloudfront.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 356/378 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1r5286bar8cf9.cloudfront.net

 Served from: www.alsonkemp.com @ 2013-06-19 05:49:40 by W3 Total Cache -->