Skip to content

nubEA/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ C++ File Transfer Server

A multithreaded C++ backend for file uploads, downloads, and authentication using native sockets and PostgreSQL.

πŸ”₯ Features

  • βœ… User Authentication – Login, signup.
  • πŸ“‚ File Upload & Download – Public/private access, unique download links.
  • 🌐 HTTP Server – Custom request parsing, multipart/form-data support.
  • ⚑ Multithreading – Efficient client handling.

πŸ“Œ Requirements

  • πŸ”Ή C++17+
  • πŸ”Ή PostgreSQL
  • πŸ”Ή OpenSSL (for secure authentication)

πŸ›  Build & Run

mkdir build && cd build
cmake ..
make
./http-server [PORT]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published