/realtime-database-rethinkDb

Realtime Server with RethinkDB, express.js and socket.io

Primary LanguageJavaScript

Realtime Database Server RethinkDB Petrit Lame

Realtime database server created with express.js, socket.io and RethinkDB

Installation

Before Starting the server you need to install RethinkDB in your environment

Follow these instruction to install RethinkDB in your machine RethinkDB installation

After installing RethinkDB start and make sure is started in 28015 port

Install node modules with command:

$ npm install

Then create RethinkDB table:

$ node database.js

Start the express server:

$ node index.js

Open localhost:3000 in your browser