Skip to content

do4ng/otox

Repository files navigation

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=8080

see the result: localhost:8080

img

About

code runner working with web browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published