quasar 0.1.2
quasar: ^0.1.2 copied to clipboard
Quasar is a lightweight and performant Dart package that implements the JSON RPC 2 Spec over the NATS Pub/Sub architecture. It can be used as a server, client, or peer, providing seamless communicatio [...]
Changelog #
All notable changes to this project will be documented in this file.
[0.1.2] - 2023-11-10 #
- Made files compliant to the dart pub packages standard
[0.1.1] - 2023-11-10 #
- Moved all files/folders up one level
[0.1.0] - 2023-07-07 #
Added #
- Added an example_client and example_server
- Now uses the
dart_nats
functionrequestString
- Made sure the client took the correct server name
[0.0.1] - 2023-07-06 #
Changed #
- Escaped single quotes on the comments
- Added documentation and a README file
- Fully functional package with examples
[0.0.0] - 2023-07-04 #
- Initial draft of the project