项目作者: ahmetcanozcan

项目描述 :
[WIP] Javascript runtime for building maintainable web apps
高级语言: Go
项目地址: git://github.com/ahmetcanozcan/eago.git
创建时间: 2020-08-11T21:09:23Z
项目社区:https://github.com/ahmetcanozcan/eago

开源协议:Apache License 2.0

下载



<a “>


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

  1. $ go get github.com/ahmetcanozcan/eago

Getting Started

Firstly create a project

  1. $ eago new project <project_name>
  2. $ cd <project_name>

After coding a basic handler, the App will be ready to start

  1. $ echo "response.write('HELLO WORLD');" >> handlers/index.get.js
  2. $ eago start

Docs

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