An open API service indexing awesome lists of open source software.

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

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)