Skip to content

Commit b637680

Browse files
authored
update
1 parent fddbe89 commit b637680

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
-34.1 KB
Loading

articles/azure-web-pubsub/socketio-troubleshoot-admin-ui.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@ ms.date: 07/02/2024
88
ms.service: azure-web-pubsub
99
ms.topic: how-to
1010
---
11+
# Azure Socket.IO Admin UI
1112

1213
[Socket.IO Admin UI](https://socket.io/docs/v4/admin-ui/) is a website tool developed by Socket.IO official team and it can be used to have an overview of the state of your Socket.IO deployment. See how it works and explore its advanced usage in [Socket.IO Admin UI Doc](https://socket.io/docs/v4/admin-ui/).
1314

1415
[Azure Socket.IO Admin UI](https://github.com/Azure/azure-webpubsub/tree/main/tools/azure-socketio-admin-ui) is a customized version of it for Azure Socket.IO.
1516

16-
# Deploy the website
17+
## Deploy the website
1718
Azure Socket.IO Admin UI doesn't have a hosted version so far. Users should host the website by themselves.
1819

1920
The static website files could be either downloaded from release or built from source code:
2021

21-
## Download the released version
22+
### Download the released version
2223
1. Download the released zip file such as `azure-socketio-admin-ui-0.1.0.zip` from [release page](https://github.com/Azure/azure-webpubsub/releases)
2324

2425
2. Extract the zip file
2526

26-
## Build from source code
27+
### Build from source code
2728
1. Clone the repository
2829
```bash
2930
git clone https://github.com/Azure/azure-webpubsub.git
@@ -47,7 +48,7 @@ The static website files could be either downloaded from release or built from s
4748
4849
4. Visit `http://localhost:8080` in browser
4950
50-
# Service-side
51+
## Service-side
5152
1. install the `@socket.io/admin-ui` package:
5253
5354
```bash
@@ -78,7 +79,7 @@ The static website files could be either downloaded from release or built from s
7879
httpServer.listen(3000);
7980
```
8081
81-
# Client Side
82+
## Client Side
8283
1. Visit `http://localhost:8080` in browser.
8384
8485
2. You should see the following modal:

0 commit comments

Comments
 (0)