tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

Replace fastapi with aiohttp #146

Closed mosmuell closed 2 months ago

mosmuell commented 2 months ago

This PR replaces FastAPI with aiohttp. This allows to run the web server in the same event loop and removes loads of dependencies that are not really required.