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

when initializing the admin ui, my application is unable to do anything. it can't even do console.log() when a user connects. I am sure the user connects and even the...

question

Deno version of socketio is not compatible with npm admin one. Please add Deno support of the admin UI

enhancement

### Running client(ui folder) in localhost **You can access the working version of the client side (ui folder) from this [repository](https://github.com/serhatoral/socket.io-admin-panel) .** This project doesn't support Node versions higher than...

bug

In some cases socket.io-admin package crashes, because of missing _admin trying to set

Is there any plans to enable the Azure Web PubSub Socket.io adapter to work with the Admin UI? Also if so would the Admin UI be able to provide connections...

I want to install it on my local computer. by entering cd ui folder I'm doing npm install but this is the error I get ** npm WARN deprecated [email protected]:...

I want to convert the project into a docker image and run it, but I get the following error. **47.41 Building: /usr/local/bin/node /app/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= 47.47...

I have middleware that sets socket.data and one of this object properties can be null. When socket.io-admin-ui in development mode it runs `registerVerboseListeners` function. Which laters calls `createProxy` function on...

I want to connect the client web page for socketIO and admin-UI. But this error appeared. ![image](https://user-images.githubusercontent.com/49350317/233379889-422d9ca3-73da-40f7-8ab4-49189fe546b3.png) When I use the code below. ``` const { createServer } = require("http");...

question