Skip to content

thejsj/ruby-and-rethinkdb

Repository files navigation

Ruby and RethinkDB

Using Ruby and RethinkDB.

Setup

First, make sure bundler is installed

gem install bundler

In order to install all ruby dependencies, Install all gems:

bundler install

In order to install all client-side dependencies, install bower libraries:

bower install

In order to install React and all tools needed to compile our JavaScript code, use npm to install all dependencies:

npm install
npm run build

Credit

Most code taken from segphault's slide deck on our Ruby Driver.

About

A sample chat app using Ruby and RethinkDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published