https://github.com/singulared/aiohttp-fileupload
Websocket file upload based on aiohttp.web
https://github.com/singulared/aiohttp-fileupload
Last synced: 12 months ago
JSON representation
Websocket file upload based on aiohttp.web
- Host: GitHub
- URL: https://github.com/singulared/aiohttp-fileupload
- Owner: singulared
- Created: 2015-10-13T04:01:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T11:37:41.000Z (over 10 years ago)
- Last Synced: 2025-01-05T15:27:15.975Z (over 1 year ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aiohttp-fileupload
Websocket file upload based on aiohttp.web
## Requirements
python3.5 required
## Installation
pip install -r requirements.txt
## Run
make run