extended-salmon
extended-salmon12mo ago

Express better then node with crawlee? Or is it really not any big difference?

Express better then node with crawlee? Or is it really not any big difference? Any short comings with express over node with crawlee or apify sdk?
3 Replies
Hall
Hall12mo ago
View post on community site
This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.
Apify Community
Lukas Celnar
Lukas Celnar12mo ago
Hi @IAmKing There is no need to use express at all. If you would just want to build a scraper it would be much better to use pure node without any extra complexities. If you wanna build something more like the basic express API, I recommend you to check out "standby mode" which acts more like a traditional API server. https://docs.apify.com/platform/actors/development/programming-interface/standby
Standby mode | Platform | Apify Documentation
Use the Actor as a real-time API server.
extended-salmon
extended-salmonOP12mo ago
Thx for the info. Ill stick with normal node.

Did you find this page helpful?