Skip to content

C++ no-library HTTP server (direct UNIX socket system calls) & dashboard

Notifications You must be signed in to change notification settings

blueputty01/server_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server stats

Features and Architecture

  • Displays server information on dashboard
  • Backend: HTTP server written in C++ from scratch with a clean OOP approach for consumers
  • Frontend: Angular

Currently, the server struggles to handle parallel requests. This space will be used as an exercise in fork and later epoll system calls.

Dashboard

Motivations

  • Solidify my understanding of modern C++ development & the HTTP/1.1 protocol
  • Provide a simple interactivity layer to monitor my home server

About

C++ no-library HTTP server (direct UNIX socket system calls) & dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published