violentmonkey / violentmonkey.github.io

Website of Violentmonkey
https://violentmonkey.github.io/
30 stars 22 forks source link

Mention an alternative HTTP server (Python) #18

Closed Glandos closed 4 years ago

Glandos commented 4 years ago

Usually, Python is installed, and there is no need for an external binary.

gera2ld commented 4 years ago

Thanks for your work!

Actually we recommended the Python version earlier, but a cache problem was found. (See https://github.com/violentmonkey/violentmonkey/issues/460#issuecomment-434335758) So the Python way to start a local server is removed in #3.

However, I think things can be easier by using npx. In that case only Node.js is required and no extra steps are needed.

Glandos commented 4 years ago

I think I forgot to do my homework :) Thanks!