Skip to main content

Socket.IO Admin UI

· One min read
Damien Arrachequesne

Hi everyone!

We have published a first release of the Socket.IO Admin UI:

admin UI screenshot

Current features:

  • overview of the servers and the clients that are currently connected
  • details of each socket instance (active transport, handshake, rooms, ...)
  • details of each room
  • administrative operations (join, leave, disconnect)

The installation steps can be found here.

The source code can be found here: https://github.com/socketio/socket.io-admin-ui/

If you have any feedback / suggestions, do not hesitate!