Electron equivalent for Deno?
Hey I am currently trying to build a desktop app and want to use Deno as my backbone. I tried @webview/webview_deno but it looks like this project is sadly abandoned and lacks a lot of features.
Is there an other was on building a small footprint GUI App for cross platform use using Deno? I really liked the minimalistic API that webview_deno provided.
Maybe someone else does have an idea on what to use 🙂
Thanks
2 Replies
https://github.com/webui-dev/deno-webui might be worth a look at quick glance anyway.
GitHub
GitHub - webui-dev/deno-webui: Use any web browser as GUI, with Den...
Use any web browser as GUI, with Deno in the backend and HTML5 in the frontend. - webui-dev/deno-webui
Thanks for the hint. I will look into this 👍🏻