livecomments.go - Real-time blog comments in Go, backbone.js, socket.io, and redis 03 April, 2011 livecomments.go is meant to make blog comments a bit more fun. It bridges the gap between comments and a chat-room, allowing real interactions between readers. I built it in Go, backbone.js, socket.io, and redis as a learning experience, and was inspired by this guy to post it as a tutorial for others