netcode 0.0.0 copy "netcode: ^0.0.0" to clipboard
netcode: ^0.0.0 copied to clipboard

A library written purely in dart supporting the netcode protocol.

example/netcode_example.dart

import 'package:netcode/netcode.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
0
likes
150
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A library written purely in dart supporting the netcode protocol.

Topics

#netcode #gaming #server #client

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on netcode