DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Add "listen to the voices" button in browser client #42

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

This button, next to "Broadcast a message", works more or less the same way - except that instead of broadcasting a message, it just sends the message to the client's message callbacks, as if it had been received from the network.

Useful for injecting data, testing behavior, etc.