Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uk0/wasm-websocket-upload-big-file

websocket upload big file power by wasm(rust)
https://github.com/uk0/wasm-websocket-upload-big-file

Last synced: about 12 hours ago
JSON representation

websocket upload big file power by wasm(rust)

Awesome Lists containing this project

README

        

### wasm-websocket-upload-big-file
websocket upload big file power by wasm(rust)

#### example

* 1.websocket 上传文件(wasm)
* 2.大文件切片md5计算(wasm)。

#### quick

```bash

./build.sh
Finished release [optimized] target(s) in 0.55s
[INFO]: ⬇️ Installing wasm-bindgen...
[INFO]: Optimizing wasm binaries with `wasm-opt`...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: ✨ Done in 0.86s

cd pkg && python server.py

```

![img.png](img.png)