File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
articles/azure-web-pubsub Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The static website files could be either downloaded from release or built from s
49
49
50
50
4. Visit `http://localhost:8080` in browser
51
51
52
- ## Service -side
52
+ ## Update server -side code
53
53
1. install the `@socket.io/admin-ui` package:
54
54
55
55
```bash
@@ -80,11 +80,11 @@ The static website files could be either downloaded from release or built from s
80
80
httpServer.listen(3000);
81
81
```
82
82
83
- ## Client Side
83
+ ## Open Admin UI website
84
84
1. Visit `http://localhost:8080` in browser.
85
85
86
86
2. You should see the following modal:
87
87
88
- :::image type="content" source="./media/socketio-troubleshoot-admin-ui/admin-ui-homepage-modal.png" alt-text="Modal of Socket.IO Admin UI Homepage .":::
88
+ :::image type="content" source="./media/socketio-troubleshoot-admin-ui/admin-ui-homepage-modal.png" alt-text="Screenshot of modal on Socket.IO Admin UI homepage .":::
89
89
90
90
3. Fill in your service endpoint and hub name.
Original file line number Diff line number Diff line change 162
162
href : socketio-troubleshoot-common-issues.md
163
163
- name : Collect logs
164
164
href : socketio-troubleshoot-logging.md
165
+ - name : Admin UI
166
+ href : socketio-troubleshoot-admin-ui.md
165
167
- name : Concepts
166
168
items :
167
169
- name : How does Web PubSub support Socket.IO library
You can’t perform that action at this time.
0 commit comments