dart_worker 0.0.4
dart_worker: ^0.0.4 copied to clipboard
http cryptocurrency work server. Ready to read get/post requests, conduct rpc calls, utilizing a basic mongodb cache and remote mysql cache.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dart_workerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dart_worker: ^0.0.4Alternatively, 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:dart_worker/cipher.dart';
import 'package:dart_worker/dbconnect.dart';
import 'package:dart_worker/menu.dart';
import 'package:dart_worker/objects/daeobj.dart';
import 'package:dart_worker/objects/dbobj.dart';
import 'package:dart_worker/objects/wallet.dart';
import 'package:dart_worker/parse.dart';
import 'package:dart_worker/rpccntrl.dart';
import 'package:dart_worker/server.dart';