https://github.com/lennart1978/tiny-webserver-gtk4
A tiny webserver with GTK4 GUI written in C for Linux
https://github.com/lennart1978/tiny-webserver-gtk4
clanguage gtk4 linux-app webserver
Last synced: 4 months ago
JSON representation
A tiny webserver with GTK4 GUI written in C for Linux
- Host: GitHub
- URL: https://github.com/lennart1978/tiny-webserver-gtk4
- Owner: Lennart1978
- Created: 2024-07-24T19:50:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:25:13.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:57:35.620Z (6 months ago)
- Topics: clanguage, gtk4, linux-app, webserver
- Language: C
- Homepage:
- Size: 92.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tiny-Webserver-GTK4 for LINUX
A tiny webserver with GTK4 GUI written in C
![]()
Default path to index.html is current working dir
![]()
```bash
mkdir builddir && meson setup builddir && meson compile -C builddir &&
```Start webserver-gtk with sudo