SkillAgentSearch skills...

Eago

[WIP] Javascript runtime for building maintainable web apps

Install / Use

/learn @ahmetcanozcan/Eago
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a "> <img src="./logo.png" width="300" /> </a> </p> <h1 align="center">Eago</h1> <div align="center"> </div> <div align="center"> <strong>Develop, Test and Deploy</strong> </div> <div align="center"> A <code> JavaScript</code> runtime for developing maintainable web apps. </div> <br> <div align="center"> <a href="https://circleci.com/gh/ahmetcanozcan/eago"> <img src="https://img.shields.io/circleci/build/gh/ahmetcanozcan/eago" /> </a> <a> <img src="https://img.shields.io/github/license/ahmetcanozcan/eago" /> </a> <a href="https://goreportcard.com/report/github.com/ahmetcanozcan/eago"> <img src="https://goreportcard.com/badge/github.com/ahmetcanozcan/eago"> </a> </div> <br> <br>

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

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3y ago
Forks1

Languages

Go

Security Score

75/100

Audited on Jul 1, 2022

No findings