https://github.com/kernelpanic92/blowgun
A Dart port for gunjs
https://github.com/kernelpanic92/blowgun
Last synced: 9 months ago
JSON representation
A Dart port for gunjs
- Host: GitHub
- URL: https://github.com/kernelpanic92/blowgun
- Owner: KernelPanic92
- License: mit
- Created: 2022-04-19T17:08:18.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-23T17:28:26.000Z (about 4 years ago)
- Last Synced: 2025-10-04T18:40:21.393Z (9 months ago)
- Language: Dart
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# blowgun
A Dart port for gunjs
## Features
TODO
## Getting started
TODO
## Usage
TODO
```dart
import 'package:blowgun/blowgun.dart';
final graph = openGraph();
final node = graph.get('test');
node.put({'name': 'Alice'});
node.stream.listen((value) => print('value: $value'));
```
## Additional information
TODO