Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.12 KB

javascript-driver.adoc

File metadata and controls

38 lines (29 loc) · 1.12 KB

The Neo4j JavaScript driver is officially supported by Neo4j and connects to the database using the binary protocol. It aims to be minimal, while being idiomatic to JavaScript, allowing you to subscribe to a stream of responses, errors and completion events.

npm install neo4j-driver
link:https://raw.githubusercontent.com/neo4j/neo4j-javascript-driver/4.0/test/examples.test.js[role=include]

Name

[tag] Version

[user] Authors

neo4j-driver

{javascript-driver-version}

The Neo4j Team

[gift] Package

Neo4j Online Community

{drivermanual}[[book] Docs^]

[code] API

[github] Source