You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/socketio-troubleshoot-admin-ui.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: azure-web-pubsub
9
9
ms.topic: how-to
10
10
---
11
11
12
-
[Socket.IO Admin UI](https://socket.io/docs/v4/admin-ui/) is a website tool developed by Socket.IO offical 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/).
12
+
[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/).
13
13
14
14
[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.
15
15
@@ -36,7 +36,7 @@ The static website files could be either downloaded from release or built from s
36
36
yarn build
37
37
```
38
38
39
-
3. Host the static files using any HTTP server. Let's use [a simple static HTTP server](https://www.npmjs.com/package/http-server) as an example:
39
+
3. Host the static files using any HTTP server. Let's use [a tiny static HTTP server](https://www.npmjs.com/package/http-server) as an example:
40
40
```bash
41
41
cd dist
42
42
npm install -g http-server
@@ -45,7 +45,7 @@ The static website files could be either downloaded from release or built from s
45
45
46
46
The http server is hosted on port 8080 by default.
47
47
48
-
4. Visit `http://localhost:8080` to view the website.
0 commit comments