dashwire 0.1.0 copy "dashwire: ^0.1.0" to clipboard
dashwire: ^0.1.0 copied to clipboard

Multiplayer networking for Dart games. Transport, session, and tick core.

Changelog #

0.1.0 #

  • Wire primitives: ByteWriter/ByteReader (little-endian, varints, f32, length-prefixed strings), 32-bit fnv1a32 name hash.
  • Transport abstraction: Channel/NetMessage/WireConnection, LoopbackConnection, WebSocket transport (native and web), and a latency/jitter/loss/duplication SimulatorConnection.
  • Session layer: versioned handshake with schema-hash slot and peer-id assignment, per-connection ByteBudget accounting.
  • NetClock server-tick sync and a fixed-timestep TickLoop.
0
likes
160
points
3.05k
downloads

Documentation

API reference

Publisher

verified publisherbdero.dev

Weekly Downloads

Multiplayer networking for Dart games. Transport, session, and tick core.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

web

More

Packages that depend on dashwire