- Intro to cMake;
- Intro to gRPC;
- First echo server;
- Server side operations(Alex);
- UI(Artem);
- One cmake for two sides;
- Connect operations(insert, delete);
- Crying;
- Connect operations(undo, redo);
- More crying;
- Connect operations(add_line, del_line);
- Fix bugs and crying;
- WOW;
- ---NOW---.
git clone https://github.com/ATGsan/Collaborative_text_editor/
cd Collaborative_text_editor
mkdir -p cmake/build
cd cmake/build
cmake ../../service
make(-j)
./server
./clientenjoy
Frontend end bug fix : Artem Prisyazhnyuk(@artempris);
Backend and build : Alexandr Shitov(@Atgsan);
Mentor and reviewer : Danila Kutenin(@Danlark).