sweeney + node.js   11

nikhilm's gist: 374881 — Gist
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.
redis  chat  node.js 
march 2011 by sweeney
Run Node.js as a Service on Ubuntu Karmic
We needed something more robust. More like a real daemon, one that's recognized by the Operating System as such.
daemon  hosting  javascript  node.js  ubuntu 
january 2011 by sweeney
stomp-js - STOMP in node.js - Benjamin W. Smith
A quick run-through of stomp-js, an implementation of the STOMP 1.0 protocol in node.js
node.js  stomp  activemq 
january 2011 by sweeney
Node.js and Redis Pub-Sub - How To Node - NodeJS
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.
javascript  node.js  redis  websockets 
december 2010 by sweeney
simonw's dogproxy at master - GitHub
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.
node.js  proxy 
february 2010 by sweeney
Comet with node.js and V8 - amix.dk
how to build realtime web applications using node.js, V8 and WebSockets.
comet  node.js  v8 
february 2010 by sweeney
Going evented with Node.js - Naked JavaScript
By the end of this article you will have a functional Node.js installation and built several interesting applications. Enjoy!
javascript  node.js  event 
november 2009 by sweeney

Copy this bookmark:



description:


tags: