Tag Archives: nodejs

Pagination in CouchDB Apps

I’ve been working on some fun little node.js / couchdb projects of late. Given the fact I don’t use either as part of my work, I’ve spent some downtime experimenting and slowly iterating my approaches as I learn best practice. … Continue reading

Posted in Code, Web, Web Apps | Tagged , , | Leave a comment

Maintaining References to Sockets with Express and Socket.io

I hit a frustrating problem when trying to use expressjs alongside socket.io recently. The solution may seem somewhat trivial, but I struggled with it for a while, until finally asking for help on the socket.io irc channel. I’m not sure … Continue reading

Posted in General | Tagged , , , , | 6 Comments

Blog rolling with CouchDB, Express and Node.js

Over the last little while, I’ve been doing a lot of playing with Node.js, mostly to run data collection scripts. Last week, I started following Ciaran Jessup’s tutorial on getting started with node.js, Express and mongoDB. Express acts as a … Continue reading

Posted in Code, General | Tagged , , , , | 17 Comments