ajxchapman / ReServ

A set of simple servers (currently HTTP/HTTPS and DNS) which allow configurable and scriptable responses to network requests.
59 stars 6 forks source link

Move away from Twisted to Python3 async #4

Closed ajxchapman closed 4 years ago

ajxchapman commented 4 years ago

Steps required:

ajxchapman commented 4 years ago

Turns out flask scripts can be added using WSGIResources, this kind of negates the priority of this issue. I still believe that other protocols may be easier to implement in pure async python, but at this point I'm going to close this issue and re-review in the future.