Skip to content

Latest commit

 

History

History
 
 

cloud

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Node.js Examples: Cloud

In this directory, we have examples of using Node.js with technologies that are related to the cloud. See the Examples section of the root README.md for a list of all projects contained within, or take a look through the directories yourself.

What is Cloud in the context of nodejs/examples

Anything that is related to deployment of Node.js applications to the cloud. For example:

  • Containers (Docker)
  • Serverless (Serverless Framework, OpenFaaS, AWS Lambda, Google Cloud Functions, Google Cloud Run, Azure Functions)
  • Orchestration (Kubernetes, Terraform, OpenShift)
  • Cloud-specific (AWS, GCP, Azure, IBM Cloud, DigitalOcean, Alibaba Cloud, Oracle Cloud)
  • Tiny Clouds (Netlify, Now, Glitch, CloudFlare Workers, Heroku, Surge, Begin)

Contributing to Examples

If you're interested in seeing more examples of Node.js in the cloud or want to help maintain the current examples, we more than welcome your contribution! See CONTRIBUTING.md for more details 🤗