Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandeia authored May 30, 2024
1 parent d701f24 commit 9f80c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="1390" alt="image" src="https://github.com/deco-cx/warp/assets/5839364/914ab723-02cf-4a1a-9799-72671ffa5974">

## 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.
Expand Down

0 comments on commit 9f80c9f

Please sign in to comment.