Skip to content

Example project to embed web application in go binary

Notifications You must be signed in to change notification settings

akmittal/go-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go embed

This project embeds client web application to single golang binary. Same client files are served bu golang http server

Install Go 1.16 or later

Instructions are here as of this writing on 2021-02-01.

How to use

  1. cd client
  2. npm i
  3. npm run-script build
  4. cd ..
  5. go build -o server main.go
  6. ./server

About

Example project to embed web application in go binary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published