2023-09-18 05:58:00 +03:00
2022-07-15 16:19:00 +03:00
2023-09-18 06:20:30 +03:00
2023-09-18 05:58:58 +03:00
2023-09-18 05:58:00 +03:00
2021-08-01 20:55:36 +03:00
2022-03-20 17:25:55 +03:00
2020-07-28 12:20:02 +05:00
2021-04-10 10:32:55 +05:00

Webserver in c. !Experimental!

Deployment:

Docker and Heroku deployment are supported. To do Heroku deployment use https://github.com/heroku/heroku-buildpack-c buildpack. For Docker just build container image and run it exposing port:

docker build -t c-dmitriy.icu .
docker run -dp 5000:5000 c-dmitriy.icu
Description
A simple HTTP web server with my site on it
https://dmitriy.icu Readme 4 MiB
Languages
C 76.4%
HTML 19.7%
CSS 2.7%
Makefile 0.8%
Dockerfile 0.4%