An open API service indexing awesome lists of open source software.

https://github.com/ahmetcanozcan/eago

[WIP] Javascript runtime for building maintainable web apps
https://github.com/ahmetcanozcan/eago

golang javscript runtime

Last synced: 9 months ago
JSON representation

[WIP] Javascript runtime for building maintainable web apps

Awesome Lists containing this project

README

          





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

```bash
$ go get github.com/ahmetcanozcan/eago
```

## Getting Started

Firstly create a project

$ eago new project
$ cd

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 for more information about Eago