1.12.3 • Published 11 years ago

rumours v1.12.3

Weekly downloads
4
License
MIT
Repository
github
Last release
11 years ago

Rumours

general purpose scuttlebutt/leveldb server.

Named after my second favorite Fleetwood Mac album.

Example using defaults

Minimal HTML in static/index.html

<!DOCTYPE HTML>
  <body>
    A Simple Collaborative Text Editor!
    <textarea id=ta cols=80 rows=24></textarea>
  </body>
  <script src=/bundle.js></script>

Client Side

//client.js
var Rumours = require('rumours')
var rumours = Rumours({db: 'demo-text'}) //use the defaults
rumours.open('r-edit_text', function (err, rText) {
 rText.wrap(document.getElementById('ta'))
})

Ship It!

browserify client.js -o static/bundle.js --debug
rumours --static static
google-chrome http://localhost:4567

More Complex Example

see wikiwiki

Uses collaborative editing, realtime map-reduce, scuttlebucket

API

todo...

License

MIT

1.12.3

11 years ago

1.12.2

11 years ago

1.12.1

11 years ago

1.12.0

11 years ago

1.11.1

11 years ago

1.11.0

11 years ago

1.10.1

11 years ago

1.10.0

11 years ago

1.8.1

11 years ago

1.8.0

11 years ago

1.7.0

11 years ago

1.6.1

11 years ago

1.6.0

11 years ago

1.5.5

11 years ago

1.5.4

11 years ago

1.5.3

11 years ago

1.5.2

11 years ago

1.5.1

11 years ago

1.5.0

11 years ago

1.4.0

11 years ago

1.3.3

11 years ago

1.3.2

11 years ago

1.3.1

11 years ago

1.3.0

11 years ago

1.2.1

11 years ago

1.2.0

11 years ago

1.1.4

11 years ago

1.1.3

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago