isolateserver 0.0.3 copy "isolateserver: ^0.0.3" to clipboard
isolateserver: ^0.0.3 copied to clipboard

Dart server who serves file through isolate. This allow to change contents without reload server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolateserver

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

dependencies:
  isolateserver: ^0.0.3

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:isolateserver/CoreApi/coreapi.dart';
import 'package:isolateserver/CoreApi/src/core.dart';
import 'package:isolateserver/CoreApi/src/dom.dart';
import 'package:isolateserver/CoreApi/src/element.dart';
import 'package:isolateserver/CoreApi/src/redirection.dart';
import 'package:isolateserver/Server/isolateserver.dart';
import 'package:isolateserver/Server/src/serverdata.dart';
0
likes
35
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Dart server who serves file through isolate. This allow to change contents without reload server

Homepage

License

MIT (license)

Dependencies

browser

More

Packages that depend on isolateserver