cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

HTTP API and Language Drivers

I'd to use JavaScript from the browser (front-end) to access a Neo4j database. From my understanding I should use the HTTP API in this scenario? The official JavaScript language driver is only for Node.js on the back-end?

1 REPLY 1

After more research plus trial & error, I determined the answer for this. I can use the Neo4j javascript driver for a front-end only application (as is my preference). Specifically, there is a browser version of the driver as described here.