Skip to main content

Deno GUI

Deno Web GUI with REPL

Build Status Build Status

CLI Installation

deno install -A --unstable -n deno_gui https://deno.land/x/deno_gui/gui.ts -f

Run the server from CLI

deno_gui

Run the server from URL

deno run -A --unstable https://deno.land/x/deno_gui/gui.ts
//Default port is 8080

Specify the port:

deno run -A --unstable https://deno.land/x/deno_gui/gui.ts -p=9000

Or you can use –port=9000

deno run -A --unstable https://deno.land/x/deno_gui/gui.ts --port=9000

Open: http://localhost:8080

Screenshot

Deno GUI

License

MIT FOSSA Status

FOSSA Status