• Here are all articles tagged Redis
  • Realtime Django Using Node.js and Socket.IO

    Posted on January 12th, 2013 | Tags: Django, Redis, Node.js

    Our goal for today is to build a realtime chatroom using Django, Redis, and Socket.IO. While we'll be building a chatroom the concepts can be applied to almost any web app. At a high level this post will show you how you can convert your REST based app into a realtime web app. I'll be using Django to create the REST based portion but feel free to use any language/framework you're comfortable with. With that said let's jump into the code and get …

    read more