Skip to content

Tiny Http Server in C for serving static files

Notifications You must be signed in to change notification settings

wutah/TinyCHttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

206f010 · Oct 17, 2024

History

6 Commits
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024

Repository files navigation

TinyCHttpServer

Tiny Http Server in C for serving static files.

Features

  1. Basic MIME mapping
  2. Directory listing
  3. Low resource usage
  4. Support only GET requests
  5. Support Accept-Ranges: bytes

Compile

Compile with tcc:

tcc -c source/TinyCHttpServer.c

tcc -o TinyCHttpServer.exe TinyCHttpServer.o -lws2_32

Run

TinyCHttpServer.exe [port_number]

About

Tiny Http Server in C for serving static files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published