yun 0.0.2 copy "yun: ^0.0.2" to clipboard
yun: ^0.0.2 copied to clipboard

outdatedDart 1 only

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 yun

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  yun: ^0.0.2

Alternatively, 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';
0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

An event-driven based framework of Dart to build distributed system (Cloud framework)

Homepage

Documentation

Documentation

License

unknown (license)

Dependencies

browser

More

Packages that depend on yun