An open API service indexing awesome lists of open source software.

https://github.com/draeder/mishmesh

Transmit messages between peers regardless of underlying decentralization technology they are connected with
https://github.com/draeder/mishmesh

Last synced: about 1 month ago
JSON representation

Transmit messages between peers regardless of underlying decentralization technology they are connected with

Awesome Lists containing this project

README

        

# :warning: No longer maintained
Mishmesh has moved to https://github.com/draeder/decentralize

# Mishmesh
Transmit messages between peers regardless of underlying decentralization technology they are connected with

![Mishmesh example](assets/mishmesh.png)

# Example
1. Run `> examples/exampleAdapter.js`
- This is an example adapter that is built to relay messages between Gun and Bugout provided they share the same topic
2. Run `> examples/bugout.js`
3. Run `> examples/gun.js`
4. In the terminal for bugout, send a message and gun will receive it, and vice versa!