Open david415 opened 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
Thanks. Makes sense.
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