[WIP] Javascript runtime for building maintainable web apps
<a “>
JavaScript
runtime for developing maintainable web apps.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