Skip to content

ov-4/ServerStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerStatus

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)

Build

Dependencies libgrpc++-dev libprotobuf-dev protobuf-compiler-grpc make cmake g++ gcc

Build Web

Install emsdk

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest

Active env

source ./emsdk_env.sh

Build

cd web/
mkdir build
cd build
emcmake cmake ..
make

Clean

rm build/ web/build -rf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors