Echo
The Echo project is a powerful and versatile web framework for building scalable and high-performance web applications in the Go programming language. It follows the principles of simplicity, flexibility, and performance to provide developers with an efficient toolkit for building robust web applications.
Check out their official documentation here
Deploy a Echo App
Deployment Instructions
In this tutorial, we advice creating a Dockerfile and using Docker as the build system
-
Fork/Clone this Hostless-Echo-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)
-
The PORT environment variable is set by Hostless
Sample configuration
Example project
An example project is hosted on https://hostless-echo-example.hostless.app/