Add AJAX interactivity to Django, without writing JavaScript

Over the past few years we have witnessed a big bang of Javascript frameworks such as React and Angular. These are great for web applications but do add complexity to your Django project. Read more

Similar

Building a chat room using Django Channels

TL;DR : Demo is here and the code is on Github. In this post I explain how you can build a chat room using Django Channels. A standard Django application handles http requests using a request-response lifecycle. A request is sent from the user’s browser, ... (more…)

Read more »