Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrakena authored Dec 11, 2023
1 parent 7f4f425 commit 91bf1d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ Example:
You should now be ready to use Promul as a relay server for your Unity project. You can call `NetworkManager`'s `StartHost`/`StartClient`/`StartServer` methods as normal.

## Engineering
```mermaid
flowchart TD
subgraph "Protocol layer"
A[Your Unity code] -->|Unity Netcode| B[Promul.Runtime]
end
subgraph Transit layer
B --> C[Promul.Common\nKey networking capabilities]
end
D[Promul.Server] -->|Relay server| C
```

### Transit layer
Promul's included networking solution is a very heavily modified version of the amazing [LibNetLib](https://github.com/RevenantX/LiteNetLib) by Ruslan Pyrch.

Expand Down

0 comments on commit 91bf1d6

Please sign in to comment.