socket.io-admin-ui icon indicating copy to clipboard operation
socket.io-admin-ui copied to clipboard

Admin UI for Socket.IO

Results 33 socket.io-admin-ui issues
Sort by recently updated
recently updated
newest added

Filtering by: - socket ID - event type - event name Being able to stop the flow of incoming events would be great too.

enhancement

Hey, think it would be useful to add a Dockerfile for selfhosting. If there's a better location for them, please let me know. I can also make a PR for...

- Whenever an event is emitted from one of the socket.io clients, it is shown in the "Events" page as "Event received" with the payload if any. It would be...

Hi, I want to filter on specific socket id in sockets screen. So, it would be great if you can add a grid filter on the socket id column. Same...

enhancement

Have a demo to implement this in fastify framework?

hello. I am configuring a socket.io server using pm2 and redis-adapter. I'm using express to bring up the admin ui on the same port as socket.io. ```ts public async connect(http_server:...

the admin.socket.io interface does not work with protection enabled on brave. You have to disable the protection to not get an error. Maybe it would be good to note this...

![image](https://user-images.githubusercontent.com/7059827/230265253-521c60af-45ae-4b0a-a82f-7f87564c232c.png) ![image](https://user-images.githubusercontent.com/7059827/230265178-a5e6fc47-df1f-4525-98f6-eadb6b7f6e82.png) Reference: https://github.com/socketio/socket.io-admin-ui/blob/develop/lib/stores.ts#L68 I think it's caused by the value `set` with `boolean` not support anymore. ![image](https://user-images.githubusercontent.com/7059827/230265438-abc523f6-8cf7-46e1-a65c-13f1912cae09.png) **System Details** ``` OS: Ubuntu 22.04.2 LTS Node: v18.15.0 Socket.IO: 4.5.2 Socket.IO...

I am trying to use the RedisStore for sessionId storage and I am not seeing any entry in RedisDB for this. So, I want to know which RedisClient is being...

question

Is there a way to "uninstrument" the socket.io server instance to avoid any kind of performance overhead after one has disconnected from the admin dashboard? If not, it would be...

enhancement