Django Channels Tutorial 🔥: Real Time Graph with Chart.js | Django Websocket

preview_player
Показать описание
In this Django Channels Tutorial I used a simple generator of integers, and then these integers are sent to frontend via Websocket protocol.
This Django Websocket tutorial is bit more practical demonstration of how to use Websockets with Django framework.

It's a very simple Django Channels project.

Follow me @:

=== The source code is available via Patreon ===

*** Web Scraping course ***
is available via Patreon here:

or its landing:

*** Other Django Channels 3 Tutorials ***

*** My Django 3 Tutorial ***:

➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Red Eyed Coder Club is the best place to learn Python programming and Django:

#django #djangochannels #djangochannelstutorial #redeyedcoderclub #pythondjango #python
Рекомендации по теме
Комментарии
Автор

Your Django tutorials always make so much sense, Thank You!

snwy
Автор

Wow this is amazing ! I had a project in mind to use graphs and this will be very useful, Thanks 😁

srikarksv
Автор

This is the best training video for my runglish. Thanks you for it!

oqbdcgo
Автор

Hey thanks for this video bro You are my new YouTube mentor ❤️❤️

aayushpatil
Автор

Thanks for this tutorial. Its a great help for my work.

sharminaiasmin
Автор

Thks for this demo, So i need to show 2 line graph in real time with 2 websocket url !!

hammoudamoujehed
Автор

the best one who explains Django thanks sir

alexdin
Автор

Hey man, I love it I was thinking to create my own Django app to see lifetime stocks. Your tutorial is amazing please release more videos

fsadykov
Автор

Thanks for very interested videos for django...

nagarjunau
Автор

What video should I make next? Any suggestions? *Write me in comments!*
Follow me @:

Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

RedEyedCoderClub
Автор

Great. Brilliant. Can you pls make project how to update mqtt sensor data in django channel page

q-sharebd
Автор

Hi it is very helpfull my work. thanks a lot of

merdanbazarow
Автор

could you please do when data is received from database because that's most people use case

michael_ibeh
Автор

Thanks man. Could you please offer a book on Channels? I want more details on how it does work.

amircodes
Автор

hi, thanks a lot for this tutorial,
i would to ask you how we can add live time in X-axis ?

telliala
Автор

Great tutorial!

Could you please do an update where data is retrieved from a database rather than a random number?

Also, could you please do an update where RabbitMQ is used rather than Redis?

ulriknash
Автор

Is there any way where we can skip redis?
Also when I tried this example(until the redis part), if I close the tab and open a new on localhost (or refresh the same page) before all the websocket has stopped sending data(range(1000)), the page does not reload!

ommahajan
Автор

Is there a way to receive data from external C# App continuously so the django app receive the data and display it in real time ?

metablastx
Автор

hi nice tutorial. i have a bit doubt and want to do something like for example we have 50 responses and to send back to same html page by different time. and i want to show successful response on html while other response are waiting.

response 1: value
response 2: loading
response 3: value
response 4: value
response 5: loading

something like it. can you tell me how can i achieve this in django. need it badly

djangodeveloper
Автор

Hi
I am trying to plot two runtime graphs on the same chart but not found any solution can you please suggest something.

tejaswinimanke