1.0.0 • Published 6 years ago

wora v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

WORA

Superheroic universal app runner.

Write once, run anywere. For any app.

Usage example

Install

$ npm i -g wora

Get example codes

$ git clone https://github.com/matheusrabelo/wora

Run the following command

$ wora examples/helloWorld.php
$ wora examples/helloWorld.py
$ wora examples/HelloWorld.go

The following output is expected:

Hello from PHP
Hello from Python
Hello from Golang

Available platforms

  • JavaScript via Node 8
  • Golang 1.9
  • PHP 7.0
  • Python 3.5
  • Java 8
  • Feel free to add your platform here

Requirements

Only Docker and Node!

License

MIT

Authors

Leonardo Teixeira Menezes @ltmenezes

Matheus Freire Rabelo @matheusrabelo

1.0.0

6 years ago