Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
457 stars 49 forks source link

If Fyne doesn't work out, Wails is a good option #22

Closed trosel closed 5 years ago

trosel commented 5 years ago

https://wails.app/

It allows you to build the front end with html/css/javascript without Electron.

You basically expose you getManga method to the front end and the javascript links into that with backend.Manga.getManga() or something.

Girbons commented 5 years ago

Thank you @trosel! I'll take that into consideration, I'll stick to fyne for now anyway since I'm also contributing to it. :)