Skip to content

yurikasper/webapp-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebApp Remote

A portable media remote with it's own server and webapp written in Go.

First prototyped in PHP in 2020 and later rewritten in Processing Java, I've decided to rewrite it one last time in Go, giving it greater performance and portability by eliminating the Java Runtime requirement.

Features

  • HTTP server for providing web page locally
  • QR code for easily opening webapp on your phone
  • Progressive WebApp with full screen and icon
  • Configurable options for each button (automatically saved to local folder)
  • Single file and portable (all files embedded in the executable)

Download

You can get the compiled binary over at the Releases page

Screenshots

Main screen Settings page

Mobile Web Page Add to Home Screen WebApp

Building

To build from source, make sure you've got go and go-winres (only needed for the desktop icon) and use:

go-winres make
go build -ldflags -H=windowsgui -o "Webapp Remote.exe"

About

A portable media remote with it's own server and webapp written in Go

Resources

License

Stars

Watchers

Forks

Contributors