Skip to content

Use Netlify serverless functions to build full-stack websites without explicit server running.

Notifications You must be signed in to change notification settings

qianwei-yin/serverless-functions

Repository files navigation

What is Serverless Apps?

Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers.

There are still servers in serverless, but they are abstracted away from app development. A cloud provider handles the routine work of provisioning, maintaining, and scaling the server infrastructure. Developers can simply package their code in containers for deployment.

What serverless functions do my prooject includes?

  • Getting data from CMS
  • Getting real-time weathers from weather-API
  • Receiving newsletter registration
  • Stripe-payments
  • Updating data in database

About

Use Netlify serverless functions to build full-stack websites without explicit server running.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published