Add Python WebSocket client that prints headers
This commit is contained in:
@@ -11,6 +11,11 @@ In another terminal, run the WebSocket server (listens on 8078):
|
||||
bun server.js
|
||||
```
|
||||
|
||||
Alternative server with Python:
|
||||
```sh
|
||||
uv run server.py
|
||||
```
|
||||
|
||||
Then, open your browser and navigate to `http://localhost:5173` and open the developer console to see how it doesn't work.
|
||||
|
||||
In development console you can directly connect to the WebSocket server using:
|
||||
|
||||
Reference in New Issue
Block a user