Skip to content

Networking Features

EntropyNetworking provides a comprehensive suite of features for building connected applications.

  • Entity Replication: Synchronize ECS entities and components between peers.
  • Component Schemas: Define, register, and version data structures for cross-application compatibility.
  • Assets: Upload, fetch, and resolve content (textures, shaders, meshes) across the network.
  • HTTP Client: High-performance, asynchronous HTTP/1.1 and HTTP/2 client.

These features are integrated into the NetworkSession and are available to any application using the Entropy framework.