easy_mq_core 1.0.0
easy_mq_core: ^1.0.0 copied to clipboard
A easy mq implement with udp and E2EE.
this is a easy mq implement for udp transport, and implement the E2EE, it is a demo project, need more time to be completed.
Features #
now it implemented the basic data transport, and E2E-Encryption, I will add some fundamental functions for build an easy P2P message app.
Getting started #
dart run broker.dart
dart run client1.dart
dart run client2.dart
and you will say the client1 and client2 is hello to each other.
Usage #
TODO
Additional information #
it is not ready for product environment, so be careful if you want to import this.