eago

command module
v0.0.0-...-26b8db2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

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

$ 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

Documentation

Overview

Copyright © 2020 Ahmetcan ÖZCAN <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
common
eagrors
Package eagrors contains common eago erros and related utilities
Package eagrors contains common eago erros and related utilities
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL