dart_worker 0.0.4 copy "dart_worker: ^0.0.4" to clipboard
dart_worker: ^0.0.4 copied to clipboard

outdatedDart 1 only

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_worker

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

dependencies:
  dart_worker: ^0.0.4

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: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';
0
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

http cryptocurrency work server. Ready to read get/post requests, conduct rpc calls, utilizing a basic mongodb cache and remote mysql cache.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

sqljocky

More

Packages that depend on dart_worker