LearnNewsExamplesServices
Frontmatter
id5423
titleCompare the performance of BroadcastChannels to MessageChannels
stateClosed
labels
enhancementstale
assignees[]
createdAtJun 17, 2024, 4:26 PM
updatedAtSep 30, 2024, 4:39 AM
githubUrlhttps://github.com/neomjs/neo/issues/5423
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 30, 2024, 4:39 AM

Compare the performance of BroadcastChannels to MessageChannels

Closed v8.1.0 enhancementstale
tobiu
tobiu commented on Jun 17, 2024, 4:26 PM

So far we are using MessageChannels to connect the different realms. This is a bit cumbersome with forwarding ports, but works well.

We should do some benchmarking to compare it to: https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API

Using them (with specific channel names) would remove the need to manually pass ports.

tobiu added the enhancement label on Jun 17, 2024, 4:26 PM