/hellonode-builtin

A minimal Fly example Node application for use in tutorials

Primary LanguageJavaScript

hellonode

A Fly Example

This is a simple application used in the fly.io Getting Started documentation showing how to deploy a Node application using Flyctl's builtin Nodejs deployment option.

  • Run flyctl init
  • When prompted for a builder, select builtin Nodejs.
  • Run flyctl deploy