|
|
|
|
|
by baudehlo
4722 days ago
|
|
Or do what we do at Hubdoc, and use both Node and Phantom. Node for performance where it's possible, and Phantom where the site has been built in such a way that scraping in Node becomes not worth the effort of figuring out all the weird stuff they've done in client side JS. We maintain a Node to Phantom bridge for this: https://github.com/baudehlo/node-phantom-simple |
|
What about using something like node-gir, or whatever appjs does to combine the event loops of node/v8 and chromium/v8?