<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (sweeney)</title>
    <link>https://pinboard.in/u:sweeney/public/</link>
    <description>recent bookmarks from sweeney</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/adamvr/MQTT.js"/>
	<rdf:li rdf:resource="https://github.com/martynsmith/node-irc"/>
	<rdf:li rdf:resource="https://gist.github.com/374881"/>
	<rdf:li rdf:resource="http://kevin.vanzonneveld.net/techblog/article/run_nodejs_as_a_service_on_ubuntu_karmic/"/>
	<rdf:li rdf:resource="http://just-another.net/stomp-js-a-nodejs-stomp-client"/>
	<rdf:li rdf:resource="http://howtonode.org/redis-pubsub"/>
	<rdf:li rdf:resource="http://www.learnboost.com/introducing-node-canvas-server-side-html5-canvas-api/"/>
	<rdf:li rdf:resource="http://slashed.posterous.com/writing-daemons-in-javascript-with-nodejs-0"/>
	<rdf:li rdf:resource="http://static01.vanzonneveld.net:8080/techblog/article/run_nodejs_as_a_service_on_ubuntu_karmic/"/>
	<rdf:li rdf:resource="http://github.com/simonw/dogproxy"/>
	<rdf:li rdf:resource="http://amix.dk/blog/post/19484"/>
	<rdf:li rdf:resource="http://www.nakedjavascript.com/going-evented-with-nodejs"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/adamvr/MQTT.js">
    <title>adamvr/MQTT.js</title>
    <dc:date>2012-06-18T16:51:32+00:00</dc:date>
    <link>https://github.com/adamvr/MQTT.js</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[mqtt.js library for the MQTT protocol, written in javascript. It allows the creation of both MQTT clients and MQTT brokers through the createClient and createServer API methods.]]></description>
<dc:subject>mqtt node.js</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:a1e1efe0088f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:mqtt"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/martynsmith/node-irc">
    <title>martynsmith/node-irc - GitHub</title>
    <dc:date>2011-09-01T10:28:56+00:00</dc:date>
    <link>https://github.com/martynsmith/node-irc</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[NodeJS IRC client library]]></description>
<dc:subject>node.js irc</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:4eeccb116994/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:irc"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://gist.github.com/374881">
    <title>nikhilm's gist: 374881 — Gist</title>
    <dc:date>2011-03-11T13:17:30+00:00</dc:date>
    <link>https://gist.github.com/374881</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[A simple example of an IM client implemented using
Redis PUB/SUB commands so that all the communication
is offloaded to Redis, and the node.js code only
handles command interpretation,presentation and subscribing.
]]></description>
<dc:subject>redis chat node.js</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:b431817584f0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:redis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:chat"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://kevin.vanzonneveld.net/techblog/article/run_nodejs_as_a_service_on_ubuntu_karmic/">
    <title>Run Node.js as a Service on Ubuntu Karmic</title>
    <dc:date>2011-01-23T17:21:16+00:00</dc:date>
    <link>http://kevin.vanzonneveld.net/techblog/article/run_nodejs_as_a_service_on_ubuntu_karmic/</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[We needed something more robust. More like a real daemon, one that's recognized by the Operating System as such.]]></description>
<dc:subject>daemon hosting javascript node.js ubuntu</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:94b8394fc022/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:daemon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:hosting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:ubuntu"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://just-another.net/stomp-js-a-nodejs-stomp-client">
    <title>stomp-js - STOMP in node.js - Benjamin W. Smith</title>
    <dc:date>2011-01-20T14:54:52+00:00</dc:date>
    <link>http://just-another.net/stomp-js-a-nodejs-stomp-client</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[A quick run-through of stomp-js, an implementation of the STOMP 1.0 protocol in node.js]]></description>
<dc:subject>node.js stomp activemq</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:d76b708837f8/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:stomp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:activemq"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://howtonode.org/redis-pubsub">
    <title>Node.js and Redis Pub-Sub - How To Node - NodeJS</title>
    <dc:date>2010-12-02T20:46:36+00:00</dc:date>
    <link>http://howtonode.org/redis-pubsub</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[Node.js is a perfect platform for creating event driven applications. Redis and WebSockets are great companions to Node.js. The following tutorial will walk through the steps to build a web application that streams real time flight information using Node.js, Redis, and WebSockets.]]></description>
<dc:subject>javascript node.js redis websockets</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:f0c5a585fcb9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:redis"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:websockets"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.learnboost.com/introducing-node-canvas-server-side-html5-canvas-api/">
    <title>Introducing node-canvas. Server side HTML5 canvas API « Gradebook</title>
    <dc:date>2010-11-09T08:19:42+00:00</dc:date>
    <link>http://www.learnboost.com/introducing-node-canvas-server-side-html5-canvas-api/</link>
    <dc:creator>sweeney</dc:creator><dc:subject>canvas html5 javascript node.js</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:6098e4a68366/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:canvas"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:html5"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://slashed.posterous.com/writing-daemons-in-javascript-with-nodejs-0">
    <title>Writing Daemons in Javascript with node.JS - Coding, etc..</title>
    <dc:date>2010-09-06T09:16:08+00:00</dc:date>
    <link>http://slashed.posterous.com/writing-daemons-in-javascript-with-nodejs-0</link>
    <dc:creator>sweeney</dc:creator><dc:subject>daemon node.js</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:25f751d68677/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:daemon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://static01.vanzonneveld.net:8080/techblog/article/run_nodejs_as_a_service_on_ubuntu_karmic/">
    <title>Run Node.js as a Service on Ubuntu Karmic</title>
    <dc:date>2010-02-18T01:39:23+00:00</dc:date>
    <link>http://static01.vanzonneveld.net:8080/techblog/article/run_nodejs_as_a_service_on_ubuntu_karmic/</link>
    <dc:creator>sweeney</dc:creator><dc:subject>node.js ubuntu upstart daemon service</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:b7579d748902/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:upstart"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:daemon"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:service"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/simonw/dogproxy">
    <title>simonw's dogproxy at master - GitHub</title>
    <dc:date>2010-02-03T16:10:16+00:00</dc:date>
    <link>http://github.com/simonw/dogproxy</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[A very simple HTTP proxy which addresses the dog pile effect (also known as the thundering herd) by watching out for multiple requests for a URL that is currently “in flight” and bundling them together. ]]></description>
<dc:subject>node.js proxy</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:cec4705a8016/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:proxy"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://amix.dk/blog/post/19484">
    <title>Comet with node.js and V8 - amix.dk</title>
    <dc:date>2010-02-03T09:12:08+00:00</dc:date>
    <link>http://amix.dk/blog/post/19484</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[how to build realtime web applications using node.js, V8 and WebSockets. ]]></description>
<dc:subject>comet node.js v8</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:2df5b6205545/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:comet"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:v8"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.nakedjavascript.com/going-evented-with-nodejs">
    <title>Going evented with Node.js - Naked JavaScript</title>
    <dc:date>2009-11-17T16:23:54+00:00</dc:date>
    <link>http://www.nakedjavascript.com/going-evented-with-nodejs</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[By the end of this article you will have a functional Node.js installation and built several interesting applications. Enjoy!]]></description>
<dc:subject>javascript node.js event</dc:subject>
<dc:identifier>https://pinboard.in/u:sweeney/b:269d3036fe67/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:node.js"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:event"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>