nggit / tremolo

Tremolo is a stream-oriented, asynchronous, programmable HTTP server written in pure Python. It can also serve as an ASGI server.
https://nggit.github.io/tremolo-docs/
MIT License
43 stars 1 forks source link

Reloader #26

Closed embrake closed 1 week ago

embrake commented 1 year ago

Hey I really like this project and appreciate your work, but can you also add a reloader when detect code changes it really helps the server to become more vast, I hope you you got my point, you can use further libraries like watchdog and etc..

nggit commented 1 year ago

Hello. Thanks for evaluating this project.

I have added the reload functionality in v0.0.206 (already available on PyPI).

Due to the project philosophy, external libraries were not adopted for this kind of small feature :)

nggit commented 1 week ago

Whoa, a year has passed and many changes have been made. I believe this issue is no longer applicable in the latest version, 0.0.755.

So I'm closing it now. Thank you.