/turbowarp_cloud_cpp

(Students work) The turbowarp data server in C++

Primary LanguageC++MIT LicenseMIT

turbowarp_cloud_cpp

The turbowarp data server in C++
LLVM/clang(Linux)
MSVC(Win32)+GCC(Linux)

Features

There are none for yet

Dependencies

  • For build: conan>=2, cmake>=3.15

Building

  • git clone --recursive https://github.com/6yntar05/turbowarp_cloud_cpp
  • cd turbowarp_cloud_cpp
  • mkdir build && cd build
  • conan install .. -vvv --build=missing --settings=build_type=Debug --settings compiler.cppstd=20
  • conan build -vvv --build=missing --settings=build_type=Debug --settings compiler.cppstd=20 ..
  • and run server help page: ./Debug/turbowarp_cloud_cpp --help

Design

Proto description presented in protocol.md
Architech presented in <TODO>