Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/mux-dnode-butt
Multiplying dnode and scuttlebutt streams on the same websocket stream
https://github.com/jacobbubu/mux-dnode-butt
Last synced: 14 days ago
JSON representation
Multiplying dnode and scuttlebutt streams on the same websocket stream
- Host: GitHub
- URL: https://github.com/jacobbubu/mux-dnode-butt
- Owner: jacobbubu
- Created: 2014-01-23T02:09:07.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-09-27T02:47:01.000Z (over 9 years ago)
- Last Synced: 2024-11-13T16:12:05.658Z (2 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a demo running dnode and scuttlebutt on the same websocket stream with mux-demux.
Code has been written in CoffeeScript but running in JavaScript.
# Install #
```
npm install
```then complie:
```
npm build
```# Run #
Start server:
```
npm start
```Start browser: `http://localhost:9999`
# License #
MIT