Skip to content
Discussion options

You must be logged in to vote

I think you might be conflating two different things.

  • Crossbeam is just an IO layer (similar to UDP, WebTransport, etc.). In crossbeam's case, the data is sent in-memory. Everything that can be done with UDP can be done with Crossbeam. Crossbeam is just means to transfer bytes.
  • HostClient simply means that one of the ClientOf entities on the server (which track the clients connected to the server) is also a local Client entity. That means that the app contains both a Client and Server entity. There is no need for a Crossbeam IO because the two entities are part of the same app. If that happens, the Server entity will have a marker component HostServer, and the Client entity will have a m…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@g4borg
Comment options

@cBournhonesque
Comment options

@g4borg
Comment options

@g4borg
Comment options

@cBournhonesque
Comment options

Answer selected by g4borg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants