How to make a real-time website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a real-time website?

I’m working on a website to report my investing portfolio’s return and I want the prices of stocks on the website to be real-time prices like finance.yahoo.com. What kind of technology do people use to make that happen? Btw, I’m using Django to build my website.

13th Oct 2019, 11:05 PM
Duc Grant
Duc Grant - avatar
2 Answers
+ 1
how about ajax in setInterval ? you can control how often the page update.
14th Oct 2019, 12:43 AM
Taste
Taste - avatar
0
Thank you! I don’t know why I haven’t thought about that.
14th Oct 2019, 5:48 PM
Duc Grant
Duc Grant - avatar