Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fakoua/deno_gui
Deno Web GUI
https://github.com/fakoua/deno_gui
deno deno-gui user-interface
Last synced: 2 months ago
JSON representation
Deno Web GUI
- Host: GitHub
- URL: https://github.com/fakoua/deno_gui
- Owner: fakoua
- License: mit
- Created: 2019-12-25T21:29:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T13:56:05.000Z (over 3 years ago)
- Last Synced: 2024-10-09T06:58:32.058Z (4 months ago)
- Topics: deno, deno-gui, user-interface
- Language: TypeScript
- Homepage: deno-gui.vercel.app
- Size: 189 KB
- Stars: 35
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/fakoua/deno_gui)
# Deno GUI
Deno Web GUI with REPL.
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fakoua/deno_gui?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/fakoua/deno_gui?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/fakoua/deno_gui?style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/fakoua/deno_gui/Deno%20CI?style=for-the-badge)## CLI Installation
```
deno install -A --unstable -f -n deno_gui https://deno.land/x/deno_gui/mod.ts
```
## Run the server from CLI
```
deno_gui
```## Using dpx
```
dpx deno_gui -A --unstable --reload
```## Run the server from URL
```bash
deno run -A --unstable https://deno.land/x/deno_gui/mod.ts
```## Specify the port:
```bash
deno run -A --unstable https://deno.land/x/deno_gui/mod.ts -p=9000
```Or you can use --port=9000
```bash
deno run -A --unstable https://deno.land/x/deno_gui/mod.ts --port=9000
```Open: http://localhost:8080
## Screenshot
![Deno GUI](https://raw.githubusercontent.com/fakoua/deno_gui/master/assets/deno_gui01.png)
## License
[MIT](LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ffakoua%2Fdeno_gui.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ffakoua%2Fdeno_gui?ref=badge_shield)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ffakoua%2Fdeno_gui.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ffakoua%2Fdeno_gui?ref=badge_large)