vladutilie / neo4j-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Neo4j Applications with Node.js

Learn how to interact with Neo4j from Node.js using the Neo4j JavaScript Driver

For a complete walkthrough of this repository, enrol now.

A Note on comments

You may spot a number of comments in this repository that look a little like this:

// tag::something[]
someCode()
// end::something[]

We use Asciidoc to author our courses. Using these tags means that we can use a macro to include portions of code directly into the course itself.

From the point of view of the course, you can go ahead and ignore them.

About


Languages

Language:JavaScript 98.3%Language:HTML 1.6%Language:Shell 0.1%