diff --git a/posts/thream-v1-0-0.md b/posts/thream-v1-0-0.md index 7eb2698..cc47885 100644 --- a/posts/thream-v1-0-0.md +++ b/posts/thream-v1-0-0.md @@ -53,12 +53,9 @@ Since the project is mainly developed during free time (mainly on weekends), the - The **client** part, called **frontend**, what **the user sees on the screen**, such as forms, buttons and all the **graphic elements** with which the user can interact from a browser. -

- HTTP Communication Schema -

+ + ![HTTP Communication Schema](../public/images/posts/thream-v1-0-0/http-communication.png) + This design allows the separation between the client and the server, as long as they both structure their communication according to the REST architectural guidelines, using the HTTP protocol, they will be able to communicate with each other, which makes it possible to work independently on the backend and on the frontend using different technologies and skills, really useful in teamwork.