Skip to main content

All Questions

-1 votes
1 answer
133 views

How can I make a client server show updated data without send request?

I design a application for a restaurant one of the features is that the user can make an order online and the oreder status is pending until the restaurant cashier or restaurant admin staff convert ...
Ahmed Soliman's user avatar
0 votes
1 answer
87 views

Real time application (React + Django)

Just want to get some suggestion on what would be best approach to create a real time application. What architecture and libraries should be used on both sides I have looked int to sockit.io for front ...
Usama kaleem's user avatar
0 votes
1 answer
702 views

Django Channels - Real time Notifications

Suppose, if user is online, websocket connection is created and user will get all the realtime notification. But, if user went offline, websocket connection breaks, then if any realtime notification ...
Abhinav verma's user avatar
0 votes
0 answers
84 views

Is there a way to update continiously server side data when there is no connection with client?

I am creating a Real-time browser multiplayer game in which you move squads around the globe and you can fight other squads nearby. I am using django framework and I will use django-channels which ...
Javier Casado's user avatar
4 votes
1 answer
2k views

Send real time data to Django frontend

I've been making some questions about this topic but i still did not come to a conclusion and i'm still completely uncertain on what approach should i take here, so i decided to make a new question ...
Jack022's user avatar
  • 1,097
3 votes
1 answer
3k views

django channels error message on websocket start (Sessions.py)

Whenever I start my django channels websocket. I get this: 2019-01-10 00:24:09,463 - WARNING - server - Application instance <Task pending coro=<SessionMiddlewareInstance.__call__() running at ...
NduJay's user avatar
  • 810
1 vote
1 answer
62 views

Web app with real-time messaging hangs when too many messages are being sent

I am practicing a group chat app using django channels and nginx. The problem is if I do a stress test like 300 users will send messages between 2-4 seconds within 2 minutes. The tab that has our web ...
Dean Christian Armada's user avatar
1 vote
0 answers
695 views

Which is a better real time app solution? Backend django directly connecting to the sensor or reading data from database?

I am developing a real time web app which will display data collected from sensor in browser. But it seems to be 2 ways to do it. On the frontend I am using Angular 4. And on the backend I am using ...
Desmond Chen's user avatar