make an endpoint that does nothing in django except always return success, maybe the endpoint should be /student/ping/ and then hit it continuously:
setInterval(function() { /* ajax call here */ })
if it stops connecting a modal should appear that blocks the whole page
make an endpoint that does nothing in django except always return success, maybe the endpoint should be
/student/ping/
and then hit it continuously:setInterval(function() { /* ajax call here */ })
if it stops connecting a modal should appear that blocks the whole page