Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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