socketio / socket.io-admin-ui

Admin UI for Socket.IO
https://admin.socket.io
MIT License
346 stars 94 forks source link

Feature Request - Receive and emit messages from the UI #40

Open Delapouite opened 2 years ago

Delapouite commented 2 years ago

Hi

Currently the admin-ui let us gather useful information about connected sockets, rooms for a targeted server…

What do you envision as the next steps?

I think this would be very useful if it we could display all messages received in a room and also offer the possibility to emit messages to it. This way it would allow to gather even more clues about what's happening during a debug session and test various behaviors.

Thanks a lot for this tool

darrachequesne commented 2 years ago

Thanks a lot for the feedback :heart:

I think this would be very useful if it we could display all messages received in a room

That's a great idea! I don't think we currently have the ability to track it at the room level though.

Here's a few additional features that I had in mind:

darrachequesne commented 2 years ago

Update: the receive part is now implemented: https://github.com/socketio/socket.io-admin-ui/commit/8542601b55022f6ca00b677b7d7c7664a326526f

dkonopka commented 11 months ago

@darrachequesne how about this task, especially:

is it possible that it will be introduced in upcoming months? or you won't work on this project anymore?

darrachequesne commented 10 months ago

Yep, it's on my to-do list!

No specific ETA, but if there is enough demand for this feature it could be prioritized.