Closed bradledford closed 7 years ago
Can do. I have #6 so I'll keep leave as that one for now but the short version:
Up basically lets you develop as you normally would, because the apps it deploys are (literally) just your normal app. This means you can develop with node app.js
locally, without knowing anything about Up. It's not as obvious as it could be since it's hosted in Lambda, but that's just an implementation detail. I'll try and clarify that in the docs :D
Basically with Up there's nothing new to learn, just regular old Koa, Express, Go, etc.
Right on. I really do think the Up approach is superior, so was just thinking that the docs need to hammer that point home.
Yeah I think the clarification is much needed haha, the mention of Lambda automatically makes you think of FaaS.
Doing a comparison of Up to stdlib, there seems to be a lot of overlap and should probably be included in the comparison table. Some observations based on my cursory review: