squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

Windows Platform Support #158

Closed kzh3ka closed 5 years ago

kzh3ka commented 5 years ago

Building for Windows Platform and use asynio event_loop for Windows Platform instead uvloop

kzh3ka commented 5 years ago

Hi @squeaky-pl. Can you review my pull request?

squeaky-pl commented 5 years ago

Hi, this looks like an awesome piece of work. I would gladly merge this but under some clarifications.

I don't know myself much about win32 APIs and all the MSVC compiler specific stuff. I will try not to break windows compatibility but it's not something I will actively maintain or test against.