Skip to content

yoyomolinas/tinyhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Tiny HTTP Server

Compile

# server
gcc queue.c tiny.c -o tiny

# client
gcc client.c -o client

Run

./tiny

# on a separate console run client for testing - alternatvely visit 127.0.0.1:8080
./client

By default the server runs on a single thread. Mark the MULTITHREADED flag in tiny.c for support concurrent requests.

About

A tiny HTTP daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages