You reply has little to do with your original statement:
Quote:
Wget and curl don't handle javascript.
I have no idea (without a wild guess on my part) what that means. Please be precise when talking tech
I work with server-side data every day and I have not used
wget or
curl to pull any web site date for a web application in over 6 years, maybe longer.
All modern day web developers use Javascript libs to pull data from the web when building a web app.
Of course, we all occasionally use
wget and
curl to do simple tasks like pull a single file from a web site; or some other very simple function. But in general, that is also rapidly becoming obsolete as most web developers use
GitHub for their repos and use
git to store and push the data.
And of course, some people still use
wget and
curl - like tools when they want to spider another web site and try to pull it's data (often without the website's owners permission).
It would help if you would explain what you are trying to do.
Are you are trying to "spider" or "content scrape" web sites?
It does not sound like you are building a web app.
What are you doing, really?