tremolo icon indicating copy to clipboard operation
tremolo copied to clipboard

Tremolo is a stream-oriented, asynchronous, programmable HTTP server written in pure Python. It can also serve as an ASGI server.

Results 5 tremolo issues
Sort by recently updated
recently updated
newest added

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,...

enhancement

- ubuntu-22.04: _Python 3.7 - ?_ - ubuntu-20.04: _Python 3.6 - 3.13_ wider, latest support is preferred.

draft

I'm not sure why the test is stuck on macOS - I'm using Linux.

to register an error handler without `@`: ```python app.error(404, my_404_handler) ```

One of the next patterns I'm trying to implement is a notification system. I'm not familiar with async programming as a paradigm so it would be great to have some...

good first issue