forked from cat/WebBase
e4d187e93ecdd3b0d61d8efa983696eccaf4f7bc
Web Base for C++
A good starting point for web development on C++. Do implement security stuff.
Building
- 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
)
- make
build/
directory inside the repo - run
$ cmake ..
- lastly run
$ make
You can run ./Webserver
to run the server fully.
Languages
C++
95%
CMake
3%
HTML
2%