rethinkdbdash-websocket

2.1.9-2 • Public • Published

Forked from rethinkdb-websocket-client, uses rethinkdbdash instead of rethinkdb.

Usage

Setup a simple server that proxy websockets to RethinkDB

$ websockify localhost:8015 localhost:28015

Use it with webpack

var r = require('rethinkdbdash')({
  port: 8015
})
r.table('users').count().run().then(function(user) {
  console.log('user')
})

/rethinkdbdash-websocket/

    Package Sidebar

    Install

    npm i rethinkdbdash-websocket

    Weekly Downloads

    1

    Version

    2.1.9-2

    License

    MIT

    Last publish

    Collaborators

    • gutenye