Files
hse-2026/materials/02-communication/readme.md
T
syakovlev 25fd4ed555 Add sem2 summary (#2)
Reviewed-on: #2
Co-authored-by: Sergey Yakovlev <3gnees@gmail.com>
2026-09-24 19:04:43 +03:00

21 lines
979 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 2. Взаимодействие между процессами, надежная передача и RPC
### Лекция
- [Презентация](02-communication.pdf)
- См. также материалы в конце
### Семинар
- [Презентация](02-communication-seminar.pptx)
- [Конспект: TCP/UDP, gRPC и Protobuf](notes.md)
- [Практика с gRPC](grpc-practice)
- [Пример gRPC Streaming](grpc-streaming)
### Другие материалы
- [Туториал по Docker](https://docker-curriculum.com/)
- [Основы работы с docker compose](https://docs.docker.com/compose/gettingstarted/)
- [Основы работы протокола TCP: хендшейки, congestion control и многое другое](https://hpbn.co/building-blocks-of-tcp/)
- [Официальная документация по gRPC с примерами использования](https://grpc.io/docs/languages/python/basics/)