wora

Write once, run anywere

Usage no npm install needed!

<script type="module">
  import wora from 'https://cdn.skypack.dev/wora';
</script>

README

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