Reputation: 798
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
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
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
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