Blog

Everything that's new at Nephila: technical posts, community stories, all of our everyday experiences in the technological world.

"Real time applications with Django", Iacopo's talk at DjangoCon Europe

Django and real time applications

Channels allows you to reduce complexity, learn more

The web is filled up by real time applications, which are increasingly complex and require different tools to be developed.  Let’s build one of these app with Channels, a Django framework that allows to go beyond http request-response mechanism.