Realtime update on Strapi Admin

System Information
  • Strapi Version: 4
  • Operating System: MacOs
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi great community. i am currently working on an appointment booking application using Reactjs on front-end and Strapi as back-end/Admin panel. using Socket.io to send real-time updates to front-end and everything is working fine with that but i was wondering is there any solution for implementing real-time updates for strapi admin. e.g if a booking is confirmed form admin panel data will update on front-end application in real-time but if a user cancels a booking from front-end data should be updated in real-time on Admin panel as well.