Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 552 Bytes

Using @socket.io/admin-ui

The @socket.io/admin-ui package provides an admin UI for monitoring and managing your Socket.IO server. This guide will walk you through the steps to set up and access the admin UI.

Prerequisites

  • Node.js and npm should be installed on your machine.

Installation

  1. Install the package by running the following command in your project directory:

    npm install @socket.io/admin-ui
  2. Serve your project node index.js

  3. Enter your project url in admin.socket.io i.e http://localhost:3000