1.0.2 • Published 4 years ago
otox v1.0.2
Otox.js
🛠️ code runner working with web browser
Installation
you can install it with npm:
$ npm install otox -g$ otox <command> --port=<port>Example
example file
// runner.js
console.log("hello world!");
console.log("ping pong!");$ otox node runner.js --port=8080see the result: localhost:8080
