From 9f80c9f769f7e43ed86e3bae00e1efd4dd57558e Mon Sep 17 00:00:00 2001 From: Marcos Candeia Date: Wed, 29 May 2024 21:41:33 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a125d8e..b6c0ddd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The project has two main components: - **Server**: Deployable on a server, it connects to the outside world and is accessible from any domain. - **Client**: Runs locally to connect a given HTTP endpoint running on a local or non-public network. +image + ## Server The Warp server opens a single HTTP port to which the Warp client connects and upgrades to a WebSocket connection. Each request to this HTTP port is forwarded (based on the client's HOST header) to the corresponding connected Warp client connection, which then serves the request.