Strapi Real Time Database Update Socket.IO with React Native. How to send updates?

For anyone looking at this question in the future and wondering how to implemetn real-time database using strapi here is the answer strapio/index.js at master · larsonnn/strapio · GitHub
After searching for a while I noticed this package, however in my use case the updates are not based on user roles, so I modified the solution to meet those needs, but the general way of implementing the logic is the same!

4 Likes