twisted-socks icon indicating copy to clipboard operation
twisted-socks copied to clipboard

add endpoints and endpoint parsers

Open david415 opened this issue 10 years ago • 1 comments

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

david415 avatar Jun 15 '14 07:06 david415

Thanks. Makes sense.

ln5 avatar Jun 15 '14 12:06 ln5