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

outdatedDart 1 only

Purity is a simple web framework for developing single page, real time web apps with web sockets. Purity hides all of the server-client communications from the developer and allows for the same app co [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add purity

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

dependencies:
  purity: ^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:purity/purity.dart';
0
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Purity is a simple web framework for developing single page, real time web apps with web sockets. Purity hides all of the server-client communications from the developer and allows for the same app code to run completely on the client for quick and rapid testing cycles, or with a few additional lines of code split the server side and client side ready for production.

Repository
View/report issues

License

unknown (license)

Dependencies

bson, eventable, http, http_server, logging, route, transmittable

More

Packages that depend on purity