ln5 / twisted-socks

Adding client SOCKS support to Twisted.
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

add endpoints and endpoint parsers #6

Open david415 opened 10 years ago

david415 commented 10 years ago

If you add Twisted endpoints and parsers it will make your code usable by many of the existing Twisted programs... without a single line of code changing.

Please see: https://twistedmatrix.com/documents/current/core/howto/endpoints.html#maximizing-the-return-on-your-endpoint-investment

Point in case: pip install https://github.com/meejah/txtorcon.git && twistd -n web --port "onion:80" --path ~/public_html

ln5 commented 10 years ago

Thanks. Makes sense.