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: 5 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:25:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T15:57:35.620Z (about 1 year 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
## Build and start:
```bash
mkdir builddir && meson setup builddir && meson compile -C builddir && cd builddir && ./webserver-gtk
```
## Testrun:
For a testrun you can copy the file "index.html" to your server path.
In your browser open: http://localhost:8080/
Enjoy!
##
Version: 1.5