Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-14-2019 02:16 AM
//connection with the installed js2neo-library
var cx = js2neo.open({ host: "bolt://localhost", user: "neo4j", password: "1234567890!" })
//Test run
cx.run("MATCH (n) RETURN *", { onRecord: console.log })
06-14-2019 07:49 AM
Neo4j provides a Neo4j Bolt Javascript driver and as described at https://neo4j.com/docs/driver-manual/1.7/client-applications/#driver-driver-object . Can you use this instead
All the sessions of the conference are now available online