-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python HTTP Server Example #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. At some point, it would be good develop the WebServer reactors into a reusable library reactor, as done in the C playground, but this is a good starting point for such a project. I've suggested a bunch of very minor editing changes and raised some questions.
Thank you for your detailed comments! I implemented a reusable library reactor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The library reactor looks great! I added a couple more questions, but otherwise this is ready to merge.
No description provided.