yun 0.0.2
yun: ^0.0.2 copied to clipboard
An event-driven based framework of Dart to build distributed system (Cloud framework)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yunThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yun: ^0.0.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:yun/core/base.dart';
import 'package:yun/core/isolatepool.dart';
import 'package:yun/core/message.dart';
import 'package:yun/core/messagevmnode.dart';
import 'package:yun/core/messagevmrouter.dart';
import 'package:yun/core/service.dart';
import 'package:yun/core/systembuilder.dart';
import 'package:yun/databus/base.dart';
import 'package:yun/databus/databus.dart';
import 'package:yun/datanode/base.dart';
import 'package:yun/datanode/datanode.dart';
import 'package:yun/servicebus/base.dart';
import 'package:yun/servicebus/servicebus.dart';
import 'package:yun/servicenode/base.dart';
import 'package:yun/servicenode/message2service.dart';
import 'package:yun/servicenode/service2message.dart';
import 'package:yun/servicenode/servicedatapark.dart';
import 'package:yun/servicenode/servicenode.dart';