All source listed below is under MIT license if no LICENSE file stating different is available.
WebDav research
I have a lot of experience with webdav and have written servers before.
This project is not a webdav server, but an aiohttp app that you can implement in your aiohttp server yourself. This way you can provide existing applications webdav support. It showed amazing results with davfs.
I benched this server with:
- mounting using davfs
- compiling a C, C++ and Rust application on the mounted drive
- the compiled applications analyzed 900 books stored also on the mount
To be extra sure, i wrote a client myself to fetch all items. I also ran it in infinite loop to test extra well.
It seems to work very well.
.gitignore | |
README.md | |
requirements.txt | |
test.py | |
webdav.py |