Skip to content

Commit

Permalink
feat: translate README
Browse files Browse the repository at this point in the history
  • Loading branch information
haslie22 committed Nov 19, 2023
1 parent d579b08 commit 174f294
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions stage1/modules/client-server/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
# [Stage#1.](../../) Client - Server interaction overview
# [Stage#1.](../../) Client - Server Interaction Overview

## В данном модуле студентам необходимо изучить:
## Module Overview 📚

1. Каким способом клиент взаимодействует с сервером.
2. HTTP протокол: методы, коды состояний, заголовки, тело сообщения.
3. HTTPS протокол.
4. CORS Cross-origin resource sharing.
5. REST.
6. HTTP 1.x, 2.x, 3.x
This module offers a comprehensive overview of client-server interaction, covering key concepts such as different interaction methods, HTTP protocol intricacies, HTTPS, CORS, REST, and the evolution of HTTP versions. Additional materials provide further insights into network operations, models, encryption, SSL certificates, and HTTP protocols.

## Приблизительное время прохождения модуля
## Learning Objectives 🎯

4 часа
Students will:

## Теория
- Study the ways in which the client interacts with the server.
- Examine the HTTP protocol, including methods, status codes, headers, and message body.
- Explore the HTTPS protocol.
- Understand CORS (Cross-Origin Resource Sharing).
- Learn about REST.
- Familiarize themselves with HTTP versions 1.x, 2.x, and 3.x.

## Approximate Module Completion Time ⏱️

- **4 hours**

## Theory 📖

Students are encouraged to study the following resources:

//TODO: revise resources

1. [Network communication part 1](https://www.youtube.com/watch?v=4jA9Nea51T8)
2. [Network communication part 2](https://www.youtube.com/watch?v=_8GoJck9O9Y)

## Практика
## Practice 💻

- Complete the test "Client - Server interaction" in the RS-App > Auto Test.

## Additional Resources 📘

1. Вам необходимо пройти тест "Client - Server interaction" в RS APP > Auto Test
Expand your knowledge with these additional materials:

## Дополнительные материалы
//TODO: revise resources

1. [Работа с сетью](https://doka.guide/tools/network/)
2. [Модели сетевого взаимодействия](https://doka.guide/tools/network-models/)
Expand Down

0 comments on commit 174f294

Please sign in to comment.