messenger 0.0.5
messenger: ^0.0.5 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). You can find the latest API documentation in the Link section.
(In the next line <- stands for the include relation)
messenger <- peer <- connections <- signaling <- events <- message
Build #
To build the library just run build.sh.
Links #
Pub.dartlang.org project page. API Dokumentation
