8000 GitHub - antoniobarba/framework: Web Framework written in C++ for research purposes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

antoniobarba/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is very early... I don't have anything special to show for, right now. I'm experimenting with C++ and modern web technologies. The goal is to build a fast and memory efficient web backend framework using C++ and HTTP/3.

We'll see!

Compilation

You'll need Conan2, CMake 3.29 and a compiler capable of c++20.

$ git clone something somewhere
$ cd somewhere
$ conan install .
$ cd build
$ ccmake ..
Enable testing if you want Google Test enabled
$ make -j16
$ ./blog 
$ (optional) test/test_framework

About

Web Framework written in C++ for research purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0