Oni
Oni

Reputation: 798

Tutorial about using Neo4js along with Node.js

Does anyone know about a tutorial or documentation on how to use neo4js in Node.js. I have successfully downloaded it but now I have no clue on how to start using it.

If there is no resources on-line that I can read, could someone point me in the right direction?

Thanks in advance!

Upvotes: 9

Views: 6568

Answers (3)

Android Man
Android Man

Reputation: 319

For a simplistic application you could start with this:

https://github.com/neo4j-contrib/node-neo4j-template

For a real tutorial check out this angular + node movie application:

https://github.com/kbastani/neo4j-movies-template

Upvotes: 3

Peter Neubauer
Peter Neubauer

Reputation: 6331

Also, there is an example app by Thomas Baum with a setup guide, see https://github.com/tbaum/heroku-node-neo4js

Upvotes: 3

Shaun Wilde
Shaun Wilde

Reputation: 8358

I know of is this screen cast - Johnny and Node.js - which shows how to get started on heroku with neo4j and node.js

There is also a neo4j challenge so you might find some examples come out of that over the next few days check twitter for #neo4jchallenge.

Upvotes: 2

Related Questions