We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Building real time applications with Django

Formale Metadaten

Titel
Building real time applications with Django
Serientitel
Anzahl der Teile
34
Autor
Lizenz
CC-Namensnennung - keine Bearbeitung 4.0 International:
Sie dürfen das Werk in unveränderter Form zu jedem legalen Zweck nutzen, vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Since the introduction of Channels, real time web has become much easier to work with in Django: discover how you can easily create yours with Django! Since the introduction of Channels, real time web has become much easier to work with in Django. It’s now possible to build real time applications with much less effort in managing the idiosyncrasies of the async programming and a lot of batteries are included. Starting with a brief introduction to Channels (targeting version 2.0), we will see how to build a real time application, both on the Django and the frontend side and how easy it’s to start experimenting with it. The talk has a very hands-on approach, to allow the attendees to experiment with the proposed solution and approach, and starting immediately building their own real time applications with Django.