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
- Host: GitHub
- URL: https://github.com/draeder/mishmesh
- Owner: draeder
- License: mit
- Created: 2022-03-27T17:58:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T23:10:09.000Z (about 3 years ago)
- Last Synced: 2025-02-12T14:14:48.148Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
# 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!