Tutorial on using Neo4js with Node.js

Does anyone know of a tutorial or documentation on how to use neo4js in Node.js. I downloaded it successfully, but now I don’t know how to start using it.

If there are no resources online that I can read, can someone point me in the right direction?

Thanks in advance!

+7
source share
3 answers

In addition, there is an example application of Thomas Baum with installation instructions, see https://github.com/tbaum/heroku-node-neo4js

+3
source

For a simplified application, you can start with this:

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

In this tutorial, check out this angular + node application:

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

+3
source

I know this screen version of the screen - Johnny and Node.js - shows how to get started with heroku with neo4j and Node.js

There is also a neo4j challenge so you can find some examples from this over the next few days. Check twitter for # neo4jchallenge.

+2
source

All Articles