Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Nov 17, 2023
1 parent d3426cf commit 56f45b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified .media/ipc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ Unport is designed to solve the complexity of JSContext environments such as [No

## 💡 Features

1. Provides a unified Port paradigm. You only need to define the message types that different JSContexts need to pass, and you will get a unified type of Port:
1. Provides a unified Port paradigm. You only need to define the message types ([MessageDefinition](#messagedefinition)) and Intermediate communication channel ([UnportChannel](#unportchannel)) that different JSContexts need to pass, and you will get a unified type of Port:
2. 100% type inference. Users only need to maintain the message types between JSContexts, and leave the rest to unport.
3. Lightweight size and succinct API.

![IPC](https://github.com/ulivz/unport/blob/main/.media/ipc.png?raw=true)

1. 100% type inference. Users only need to maintain the types of communication between JSContexts, and leave the rest to unport.
2. Lightweight and succinct API.



## 🛠️ Install

Expand Down

0 comments on commit 56f45b2

Please sign in to comment.