Integrating cheerio in react or vue
Is it possible to run cheerio in a react or vue Website?
Background: i need people to tell me how many pages their website has. Therefore i wanted to provide a little app that counts pages of given domain.
To prevent abuse i wanted to run it client-side in vue3 and not provide a node server myself:
throws following error:
Is it even possible to integrate cheerio in vue, react or angular?
1 Reply
curly-silver•2y ago
I guess, it's not possible as Crawlee runs in node.js env