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?
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.
1 Like