Hapi
Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality - your code, your way. Check out their official documentation here
Deploy a Hapi App
-
Fork/Clone this Hostless-Hapi-Example repo from github
-
Click on 'Create New App'
-
Choose a suitable app name
-
Choose your github account
-
Choose the forked github repo/the cloned remote repo
-
Choose a build system
- 'Detect automatically with Nixpicks' - automatically detects the programming language and builds the app
- 'Docker' - looks for a Dockerfile in the root of the project and build based on the instructions
-
Input a start command(optional) - By default uses
yarn start
-
The PORT environment variable is set by Hostless
-
Set HOST to 0.0.0.0
Sample configuration
Example project
An example project is hosted on https://hostless-hapi-example.hostless.app/