https://github.com/faichou/file-upload-demo
https://github.com/faichou/file-upload-demo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faichou/file-upload-demo
- Owner: FaiChou
- Created: 2023-10-05T14:09:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T14:16:46.000Z (about 2 years ago)
- Last Synced: 2025-03-19T20:40:12.032Z (7 months ago)
- Language: HTML
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# how to run
## 1. install package
```
$ npm install
```## 2. run the server
```
$ node index.js
```## 3. open index.html
click the `index.html` in the browser
## 4. setup slow network condition
open chrome devtools and then `shift+command+p` search `network conditions` then choose a bad network throttling
## 5. click the upload button
and the result will show in the console
