Skip to content

Example Ember/Node.js/Neo4j stack that streams from database to client.

License

Notifications You must be signed in to change notification settings

brian-gates/streaming-stack

Repository files navigation

Streaming Stack

Simple example of an ember/node stack that streams from database to client.

Why? http://oboejs.com/why

Running it

Clone it

git clone https://github.com/brian-gates/streaming-stack.git

Install dependencies

npm install

Prepare the database

Make sure you have Neo4j running locally on port 7474.

Populate the database with :Test nodes with a name property.

node populate_data 10000

Run it.

grunt server

Visit http://localhost:8000/

Notable features

  • oboe.js
  • oboe_worker.js
  • cancelAnimationFrame
  • ember list-view
  • cypher-stream

About

Example Ember/Node.js/Neo4j stack that streams from database to client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published