NoSQL: nodechat.js – Using node.js, backbone.js, socket.io, and redis to make a real time chat app

| | bookmark | email

nodechat.js – Using node.js, backbone.js, socket.io, and redis to make a real time chat app

Geek fun: take node.js and a NoSQL database — usually it is MongoDB, CouchDB, or Redis, but adventurous types could even try Riak, HBase, or Cassandra — and create a "real-time" chat or collaborative editor:

tags:Redis

via NoSQL databases