antj95 / realtime-database-rethinkDb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 57.9%Language:HTML 42.1%