Skip to content

A webserver using C programming language. That meant to be fast, lightweight, and simple. A focused learning project!

Notifications You must be signed in to change notification settings

CJ-404/CeeLightning-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CeeLightning-Server

description

A webserver using C programming language. That meant to be fast, lightweight, and simple. A focused learning project!

screenshots

Serve Json responses: Json Response

Acceting delete requests: delete request

Comprehensive logging features: comprehensive logging

Accepting post requests: Post request

Installation

mkdir build
cd build

you can see the CMakeLists.txt in the root directory. It has all the instruction to generate Makefile & all other required files. To generate make file & the executable file: in build directory!

cmake ../
make

this will generate the server.out executable file inside the root directory:

run

./server.out

About

A webserver using C programming language. That meant to be fast, lightweight, and simple. A focused learning project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published