-
Notifications
You must be signed in to change notification settings - Fork 7
ingrid/simpleproxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple HTTP proxy server for Hacker School. 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.
About
Simple proxy written for Hacker School.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published