webui-dev / deno-webui

Use any web browser as GUI, with Deno in the backend and HTML5 in the frontend.
https://webui.me/
MIT License
222 stars 12 forks source link

Bun version? #43

Open Dialga opened 8 months ago

Dialga commented 8 months ago

Can this package be adapted to use the bun runtime?

AlbertShown commented 8 months ago

Sure, if you have Bun knowledge, you can clone this repo and adapt it for Bun. Then put a PR in https://github.com/webui-dev/bun-webui

jinzhongjia commented 8 months ago

I started to adapt bunjs. You can refer to this issue https://github.com/webui-dev/bun-webui/issues/1 for the specific progress.