messenger 0.0.2
messenger: ^0.0.2 copied to clipboard
A massaging library for dart. incl. TCP Signaling and WebRTC communication.
messenger #
a simple messaging framework for dart. it will support webrtc and some sort of local message passing.
Documentation #
The messenger library consists of 5 sublibraries (message, events, signaling, connections and peer).
(In the next line <- stands for the include relation)
messenger <- peer <- connections <- signaling <- events <- message
