<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.my1uplife.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.my1uplife.com/feed.php">
        <title>Node Cookbook</title>
        <description></description>
        <link>http://www.my1uplife.com/</link>
        <image rdf:resource="http://www.my1uplife.com/lib/images/favicon.ico" />
       <dc:date>2012-02-23T09:14:12+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.my1uplife.com/doku.php?id=talk:start&amp;rev=1308240833&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.my1uplife.com/doku.php?id=webworkers&amp;rev=1303168897&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.my1uplife.com/doku.php?id=tooling_node&amp;rev=1302948687&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.my1uplife.com/doku.php?id=start&amp;rev=1302790187&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.my1uplife.com/lib/images/favicon.ico">
        <title>Node Cookbook</title>
        <link>http://www.my1uplife.com/</link>
        <url>http://www.my1uplife.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.my1uplife.com/doku.php?id=talk:start&amp;rev=1308240833&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-16T16:13:53+00:00</dc:date>
        <title>talk:start - old revision restored</title>
        <link>http://www.my1uplife.com/doku.php?id=talk:start&amp;rev=1308240833&amp;do=diff</link>
        <description>Just testing</description>
    </item>
    <item rdf:about="http://www.my1uplife.com/doku.php?id=webworkers&amp;rev=1303168897&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-18T23:21:37+00:00</dc:date>
        <title>webworkers</title>
        <link>http://www.my1uplife.com/doku.php?id=webworkers&amp;rev=1303168897&amp;do=diff</link>
        <description>WebWorkers are an actor based model for Javascript as an alternative to parallel computing with threads. Since Javascript is built as a single threaded blocking loop by nature rather than adding complexity to processes with shared memory an actor based model was used, this has its trade offs but can be seen as competitive with any other solution as a general model for parallel programming. Unlike threads which mix multiple execution contexts in a single programming environment, WebWorkers use is…</description>
    </item>
    <item rdf:about="http://www.my1uplife.com/doku.php?id=tooling_node&amp;rev=1302948687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-16T10:11:27+00:00</dc:date>
        <title>tooling_node</title>
        <link>http://www.my1uplife.com/doku.php?id=tooling_node&amp;rev=1302948687&amp;do=diff</link>
        <description>Package Management


Node is compatible with CommonJS modules (not async ones), but sometimes we want a bit more than that. With a package manager we are able to quickly find, update, and use modules in a seamless way.


	*  npm - npm is the last survivor of what was a heated war over package management.</description>
    </item>
    <item rdf:about="http://www.my1uplife.com/doku.php?id=start&amp;rev=1302790187&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-14T14:09:47+00:00</dc:date>
        <dc:creator>bradleymeck</dc:creator>
        <title>start</title>
        <link>http://www.my1uplife.com/doku.php?id=start&amp;rev=1302790187&amp;do=diff</link>
        <description>Welcome to the Node Cookbook. Here you will find a plethora of scripts, guides, tutorials, and thoughts on Node.

Tutorials


Step by step tutorials.


	*  Servers - Get set up for the protocol you need.
	*  Databases - Get that data flowing where you want it.
	*  Using Modules - Using specific modules, for the layman.</description>
    </item>
</rdf:RDF>

