What's your reasoning for disliking the Async approach? Is it specifically Nim's implementation of it or do you dislike async I/O in general?
If you're looking into performant web servers then take a look at httpbeast which combines Nim's threads and async. It doesn't support Windows though.