[Answer]-Push Available Rooms to Client

1👍

You need to use a task queue library like Celery. You can also setup Celery as a Windows service. For your application, you will need to store the last room availability status in the database. This way you need to notify the client only if the current availability status is different from the stored status.

👤arocks

Leave a comment