apex / up

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
https://up.docs.apex.sh
MIT License
8.8k stars 378 forks source link

Consider Adding Comparison to stdlib.com #245

Closed bradledford closed 7 years ago

bradledford commented 7 years ago

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:

tj commented 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.

bradledford commented 7 years ago

Right on. I really do think the Up approach is superior, so was just thinking that the docs need to hammer that point home.

tj commented 7 years ago

Yeah I think the clarification is much needed haha, the mention of Lambda automatically makes you think of FaaS.