Express better then node with crawlee? Or is it re...
# crawlee-js
i
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?
h
message has been deleted
l
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
i
Thx for the info. Ill stick with normal node.