Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.58 KB

File metadata and controls

41 lines (31 loc) · 1.58 KB

XCS — Extremely Cute Server Logo

Accomplishments (WIP)

  • Implemented file-based routing similar to Next.js
  • Developed a basic sequential/persistent server model
  • Added support for processing various assets based on requests
  • Automatically resolves media/source files
Todo
  • Add Lunix 🐧 support
  • Make work with Next.js and Vite

Build/Use the Project

Requires Visual Studio, and Ninja build environment: https://ninja-build.org/

# Clone the Repository
> git clone https://github.com/swoorpious/web_server_cpp.git web_server_cpp
> cd web_server_cpp

# Generate Ninja Build Files
> mkdir build
> cd build
> cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ..
> ninja # ninya

# Run the Server
> cd build
> web_server_cpp

Sources/Credits