I am pretty good at django. I have postgresql
with some table and this table populated by a C++ apps
. Now i want to build django app to visualize realtime basis whenever any changes occur in the database, it should update realtime in my django frontend.
I am not getting what technology to pic, I have heard of django-channel
but not quite sure if i can do it with it.
This post is the purpose to get technology recommendation suggestion.
Can anyone help in this case?