You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I based the event loop of Tornado's structure. Currently the event loop relies on KQueue, which only runs on BSD, but it's wrapped up in an abstracted object so alternative polls can be added easily later.
To run:
From simpleproxy/asyncproxy:
python teacup.py
That will start the server on port 8000. Then point your HTTP traffic to that instance.