Skip to content

oduortoni/c-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-http-server

Usage

To compile the project, use the Makefile in the root directory. This will generate the following structure:

  • The bin/ folder contains the compiled binary and a folder for object files (.o).
  • The obj/ folder mirrors the src/ folder, containing the corresponding .o files.

To compile and run the project, simply use:

make

Port Issues

If the port is already in use, set a custom port by declaring the PORT environment variable:

export PORT=9000

The default port is 9000.

Documentation

Comprehensive documentation is available in the docs folder. The documentation includes:

See the docs README for more information.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •