webui, off topic, but may be used by fb

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
oyster
Posts: 274
Joined: Oct 11, 2005 10:46

webui, off topic, but may be used by fb

Post by oyster »

https://github.com/alifcommunity/webui
Use any web browser as GUI, with your preferred language in the backend, and HTML/JS/TS/CSS in the frontend.

Features

- Written in Pure C
- Fully Independent (No need for any third-party library)
- Lightweight (~160 Kb using TCC) & Small memory footprint
- Fast WS binary communication (App--WebUI--Browser)
- One header file
- Multi-platform & Multi-Browser
- Using private profile for safety
badidea
Posts: 2586
Joined: May 24, 2007 22:10
Location: The Netherlands

Re: webui, off topic, but may be used by fb

Post by badidea »

Thanks for sharing. I am watching the CppCon 2019 presentation (in the link) right now. All these mentioned (new) web technologies (HTML 5, WebSocket, WebKit, WebAssembly, Electron, ...) are largely unfamiliar to me, but probably good to have a better grasp of it.
Post Reply