filmov
tv
Getting started with Serverless Framework and Node.js

Показать описание
Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. A serverless application runs in stateless compute containers that are event-triggered, ephemeral (may last for one invocation), and fully managed by the cloud provider. Pricing is based on the number of executions rather than pre-purchased compute capacity, isn’t it the ideal framework for that project you have been planning since a long time? Well, go ahead do it.
Serverless applications are event-driven cloud-based systems where application development rely solely on a combination of third-party services, client-side logic and cloud-hosted remote procedure calls (Functions as a Service).
Most of the cloud providers have invested heavily in serverless and thats a lot of money; with the given massive promotion and realistic offering you can safely assume serverless to be one of the most used cloud services in upcoming years. Here are some of the currently available cloud services:
AWS Lambda
Google Cloud Functions
Azure Functions
IBM OpenWhisk
Alibaba Function Compute
Iron Functions
Auth0 Webtask
Oracle Fn Project
Kubeless
Build Serverless APIs with Serverless Framework and NodeJs
Комментарии