Files
hse-2026/materials/02-communication/readme.md
T
2026-09-14 14:45:31 +03:00

19 lines
863 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)
- См. также материалы в конце
### Семинар
- [Практика с 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/)