BridgeNet2, v1.0.0 | A blazing fast networking library for Roblox

Another issue: (A version of this is on the Github issues) If you have a single bridge using InvokeServerAsync in two different places, both calls will return the same result.

Example…

You have a bridge called “GetThings”. You arrange the arguments in such a way that one of them describes what to get e.g. sounds, images, colors.

In your SoundData script you call: GetThings:InvokeServerAsync("sounds"), and at the same time in your ColorData script you call: GetThings:InvokeServerAsync("colors").

Whichever operation finishes first will be the return for both. If colors finishes, your sounds fetch will return colors and vice versa.

The workaround here is to use different bridges for different InvokeServerAsync operations.

Installation docs is missing

Use byteNet now Bridge net is no longer supported or probably not even working, ByteNet is BridgeNets successor ByteNet | Advanced networking library w/ buffer serialization, strict Luau, absurd optimization, and rbxts support. | 0.4.3

1 Like

You can find them here: https://ffrostfall.github.io/BridgeNet2/

ffrostflame changed github username to ffrostfall

How’s the disconnect thing progress?

For any future readers, BridgeNet has been archived and is no longer supported. There is ByteNet which is created by the same person but does lack a lot of features and hasn’t been updated since March 2024.

Update:

An improved version of ByteNet that’s currently being updated is available,

7 Likes

this cannot send tables or numbers completly useless

1 Like

seems like a skill issue
picking bone with a post made 2 years ago is crazy

1 Like

I am reversing my decision to archive this project, and will have an update Soon :tm:

11 Likes

unexpected comeback?! what made you return to this over working on ByteNet, isn’t that more efficient?

Please bro, these other networking modules are overcomplicated :pray:

Greatest networking library, good job man!

It’s the most simplest one and the most efficient one i could ever try!
Please keep up with the work, this is a very cool module! :pray:

1 Like

Hi, the installation guide is gone

You can find the documentation here

1 Like

if you do, please publish this to the creator marketplace :pray:

it’s better to download the file from github

What makes it any better?

With github, you have to:

  1. Figure out the module updated.
  2. Go to the site to download the update.
  3. Download the update.
  4. Reopen Studio.
  5. Import the file.
  6. Delete the old file.

From the creator marketplace, I can just import it from the toolbox and that’s that.

Honestly, uploading it as an .rbxm with a PackageLink would be an even better option, but I prefer to download updates manually.

with github you have to:

  1. go to the github page when you want to update
  2. download the new version
  3. drag the new version into studio

with roblox you have to:

  1. find the link to the location of the model
  2. open studio
  3. open the inventory tab in the toolbox
  4. insert the item
  5. configure the item (optional)

as an avid user of CI/CD it makes sense why there’s nothing on the marketplace… too much manual work for something that’s not even worth it

these are both steps when updating using github

you just save it to your inventory once, this completely skips the steps of visiting the website and downloading the file every single time

you have to open file explorer manually or use studio’s insert from file button

overall navigating to the inventory tab is faster

i mean its basically the same amount of effort if we’re being real
a command line package manager would be easier than both but it’s unrealistic unless you use an editor like zed

2 Likes