- Asynchronous network communication with Boost.ASIO
- Binary serialization is implemented with protobuf
This is a work in progress, more examples will come shortly with documentation.
protoc --proto_path=. --cpp_out=. request.proto
cmake .
make && make install
cd bin
./server [PORT]
./client [ADRESS = "127.0.0.1"] [PORT]
Stay tuned !