tooolbox / eago

[WIP] Javascript runtime for building maintainable web apps

Home Page:https://ahmetcanozcan.github.io/eago/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eago

Develop, Test and Deploy
A JavaScript runtime for developing maintainable web apps.



Features

  • Clean, synchronous javascript code (no callbacks, no promisses, no async/awaits)
  • Maintainable project structre
  • Native deployment support

Install

Eago can be installed using go toolchain

$ go get github.com/ahmetcanozcan/eago

Getting Started

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

Docs

Check https://ahmetcanozcan.github.io/eago for more information about Eago

About

[WIP] Javascript runtime for building maintainable web apps

https://ahmetcanozcan.github.io/eago/

License:Apache License 2.0


Languages

Language:Go 96.8%Language:JavaScript 3.0%Language:Dockerfile 0.3%