keen 0.1.0-alpha.1 copy "keen: ^0.1.0-alpha.1" to clipboard
keen: ^0.1.0-alpha.1 copied to clipboard

Keen is a minimalist and opinionated real-time server written in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keen

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

dependencies:
  keen: ^0.1.0-alpha.1

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:keen/client.dart';
import 'package:keen/server.dart';
0
likes
40
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Keen is a minimalist and opinionated real-time server written in Dart.

Homepage

License

MIT (license)

Dependencies

aes_crypt, crypto, freezed_annotation, http, json_annotation, mailer, meta, pedantic, postgres, uuid, web_socket_channel

More

Packages that depend on keen