p-meier / hapi-realtime-timeline

A realtime timeline built with hapijs and nes.
9 stars 6 forks source link

Realtime timeline with hapi.js, nes and RethinkDB

This is the code for this blog-post: Realtime timeline with hapi.js, nes and RethinkDB

How to setup?

You should have a current version of node installed and a local RethinkDB server running. Now just clone the repository and execute these commands:

npm install -g browserify
npm install
npm start