Skip to content

Commit

Permalink
updated bundle size table
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Feb 4, 2024
1 parent 99297d0 commit 424cfbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,10 +790,10 @@ import {joinRoom} from 'trystero/[torrent|mqtt|firebase|ipfs]'

| | setup¹ | reliability² | time to connect³ | bundle size⁴ | occupancy polling⁵ |
| ----------------- | ------- | ------------ | ---------------- | ------------ | ------------------ |
| 🌊 **BitTorrent** | none ✅ | variable | better | ~27K ✅ | none |
| 📡 **MQTT** | none ✅ | variable | better | ~345K | none |
| 🔥 **Firebase** | ~5 mins | reliable ✅ | best ✅ | ~212K | yes ✅ |
| 🪐 **IPFS** | none ✅ | variable | good | ~883K | none |
| 🌊 **BitTorrent** | none ✅ | variable | better | 27K ✅ | none |
| 📡 **MQTT** | none ✅ | variable | better | 337K | none |
| 🔥 **Firebase** | ~5 mins | reliable ✅ | best ✅ | 212K | yes ✅ |
| 🪐 **IPFS** | none ✅ | variable | good | 1MB | none |

**¹** Firebase requires an account and project which take a few minutes to set
up.
Expand Down

0 comments on commit 424cfbd

Please sign in to comment.