Develop, Test and Deploy
A
JavaScript
runtime for developing maintainable web apps.
- Clean, synchronous javascript code (no callbacks, no promisses, no async/awaits)
- Maintainable project structre
- Native deployment support
Eago can be installed using go toolchain
$ go get github.com/ahmetcanozcan/eago
Firstly create a project
$ eago new project <project_name>
$ cd <project_name>
After coding a basic handler, the App will be ready to start
$ echo "response.write('HELLO WORLD');" >> handlers/index.get.js
$ eago start
Check https://ahmetcanozcan.github.io/eago for more information about Eago