Change the repository type filter
All
Repositories list
3 repositories
distributed_dart
PublicA library with the purpose of make it easier to create distributed programs on servers with the new programming language Dart made by Google. You can distributed you program to multiple machines on a network and run the program inside isolates on the connected machines. To communicate between instances you can use SendPort.demo
Public