1
0
forked from cat/WebBase
2025-07-03 00:04:56 +03:00
2025-07-03 00:04:56 +03:00
2025-06-18 01:46:14 +03:00
2025-06-17 23:27:37 +02:00
2025-07-01 19:05:20 +02:00

Web Base for C++

A good starting point for web development on C++. Do implement security stuff.

Building

  1. To build the project you must install the header-only (a.k.a not-boost version) of ASIO.

(in debian-based systems run # apt install libasio-dev)

  1. make build/ directory inside the repo
  2. run $ cmake ..
  3. lastly run $ make

You can run ./Webserver to run the server fully.

Description
The Night Club's very own basic image hosting web program.
Readme MIT 95 KiB
Languages
C++ 95%
CMake 3%
HTML 2%