Skip to content

Seele-Official/tiny-web-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Web Framework

Introduction

A simple web framework implemented in C++23 for study.

Features

  • C++23
  • Proactor Pattern
  • Asynchronous Logging System
  • Simple JSON Parser
  • Dynamic & Static Routing

Requirements

Installation and Build

  1. Clone the repository:

    git clone https://github.com/Seele-Official/tiny-web-framework.git
    cd tiny-web-framework
  2. Build using CMake:

    mkdir build && cd build
    cmake ..
    cmake --build .

Usage

See the example.cpp for a simple usage example.

About

A simple web framework implemented in C++23 for study.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors