mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Websockets binary msgs (#2109)
* info how to run webserver with non-EOL python3 * example how to send and receive binary messages over websockets
This commit is contained in:
@@ -19,5 +19,6 @@ Then serve the statics and navigate to `host:port`
|
||||
http
|
||||
|
||||
# or use python
|
||||
python -m SimpleHTTPServer
|
||||
python2 -m SimpleHTTPServer
|
||||
python3 -m http.server
|
||||
```
|
||||
|
Reference in New Issue
Block a user