dart_enet
Dart bindings for the ENet reliable UDP networking library.
Getting started
You will need an ENet shared library, placed alongside your script or executable, named enet.dll for windows, libenet.so for linux and android, and libenet.dylib for mac or ios.
Usage
An example server and client exist at the examples folder.