An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Tiny-Webserver-GTK4 for LINUX


A tiny webserver with GTK4 GUI written in C


screenshot

Default path to index.html is current working dir

screenshot

## 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