strapio icon indicating copy to clipboard operation
strapio copied to clipboard

Socket.IO Implementation for Strapi

Results 5 strapio issues
Sort by recently updated
recently updated
newest added

I was not able to get this to work on Strapi >4.0.6 with the adjustments that they made to how plugin extensions work (possibly the case) the `user-permissions` plugin seems...

A client needs to send socket events to the server and the server has to listen to the incoming events. Socket.io implements the following methods: .on, .once, off, removeAllListeners. In...

verification

Is there any plan to include the Admin UI of socket.io? https://socket.io/docs/v4/admin-ui/

enhancement

Add documentation for the config block that it is exactly the same as refernced in the socket.io official documentation option, non optional configs

Is there a way to use this module when Strapi is launched with PM2 on multiple instances?