Skip to content

A 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.

License

Notifications You must be signed in to change notification settings

distributed-dart/distributed_dart

Repository files navigation

Distributed Dart

Spawn isolates on remote nodes in a distributed system

Build Status

About

A 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published