https://github.com/matveynator/golang-macos-web-app-example
Golang Mac Os X web app (all in one binary) example
https://github.com/matveynator/golang-macos-web-app-example
golang gui webapp webview
Last synced: 28 days ago
JSON representation
Golang Mac Os X web app (all in one binary) example
- Host: GitHub
- URL: https://github.com/matveynator/golang-macos-web-app-example
- Owner: matveynator
- Created: 2023-06-16T14:57:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T17:27:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T06:43:23.814Z (3 months ago)
- Topics: golang, gui, webapp, webview
- Language: JavaScript
- Homepage:
- Size: 21.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embed static files into binary and serve as webserver and open it as a webbrowser.
Add your app files to "static" directory and it will be embedded to to binary and served with a web server and opened as a web browser!
### Available options:
```
--help
show help
--directory string
directory to serve files from (default ".")
--port int
web server port (default 8765)
```
### Example binary app:- Download example app [↓ web-app-MacOSX.zip](http://files.matveynator.ru/macos-web-app/web-app-MacOSX.zip)