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
- Host: GitHub
- URL: https://github.com/ahmetcanozcan/eago
- Owner: ahmetcanozcan
- License: apache-2.0
- Created: 2020-08-11T21:09:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T11:01:41.000Z (over 5 years ago)
- Last Synced: 2025-03-29T12:23:01.632Z (about 1 year ago)
- Topics: golang, javscript, runtime
- Language: Go
- Homepage: https://ahmetcanozcan.github.io/eago/
- Size: 218 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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