Server Status implemented by 100% C++
NB: some frontend features have to be JavaScript due to technical issues, or they are too difficult to implement in pure C++ (eg. glue code)
Dependencies
libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc make cmake g++ gcc
Install emsdk
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latestActive env
source ./emsdk_env.shBuild
cd web/
mkdir build
cd build
emcmake cmake ..
make
rm build/ web/build -rf