Files
hse-2026/materials/02-communication/readme.md
T
syakovlevandosukhoroslov 43f49f4b2a Upload seminar 2 presentation (#1)
Co-authored-by: osukhoroslov <oleg@sukhoroslov.net>
Reviewed-on: #1
Co-authored-by: syakovlev <3gnees@gmail.com>
2026-09-16 11:37:04 +03:00

20 lines
921 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)
- [Практика с 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/)