| What is a distributed commenting system? An HTML script tag to load a static file that will ping an api that will serve you comments. What is django? A framework with strong routing, OR-mapping, templates and admin modules. You need none to build it. Your main concern shouldn't be a coding framework, but load balancing, caching, failover control, more sysadmin stuff than code. Any language could do. Framework? not needed. Now, for the backend system to control that monster, then yes, you may use django. So, use django for complex apps that need routing, data management and UI presentation, plus a powerful admin module. * I am a python/django developer. |
This is how Disqus works. Something still has to power the API that serves the data for it and we happen to like Django a lot so that's what we use. There are also a lot of parts of Disqus that are not the embed (moderation panel, account management, etc.)