feather
feather copied to clipboard
a modern, rapid,cross-platform web development framework developed in c++17
I watched your talk at CppCon 2018 and I really like the look of this framework. The only thing holding me back from using it is the lack of English...
hello, i would like to try this framework,do you have any doc in english version?
After changing the include directive from `#include "feather.h"` to `#include "cinatra/include/cinatra.hpp"`, I am able to compile the example from the README with: `g++ -std=c++17 hello.cpp -pthread -lstdc++fs -luuid -lboost_system -o...
I got this error during build: ``` Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363. CMake Error at C:/Program Files/CMake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Boost (missing: system filesystem) (found...
如何在archlinux上运行feather 如何在win10上运行feather 如何在mac上运行feather 如何在windows和linux上运行feather 这堆链接失效了
in main.cpp bool ret = config_manager::from_file(cfg, "./cfg/feather.cfg"); returns false. I have to use a absolute path to the file or ../cfg/feather.cfg then it succeeds after that the "init" function throws:...
无法渲染 C++ 代码中的 `< >` > http://purecpp.org/detail?id=904 ## 渲染出来的 html  ## 展示的页面 
