Is there a standard way to trigger driver.close() upon application exit?
Is there any way to provide a message upon successful completion of driver.close()?
Are there any limits on how many users can log into a Neo4j database (Enterprise Edition) concurrently?
Are there any limits on how many bolt sessions (via JavaScript Driver) can be open to a Neo4j database (Enterprise Edition) concurrently?
I'm running Neo4j Desktop 1.1.15 and I noticed that my activation keys expire after one year. What happens upon expiry? How does one obtain or purchase new keys?
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?
Jacob,
Thanks for your guidance here.
This will be a front end webpage application using the javascript driver. Users will utilize the app periodically during their work day. I'm thinking I want to close the driver when the user closes the tab or bro...
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.
I have been using Desktop to connect with my development database on a server (using connect to remote graph feature). I hope to continue using this feature for my production database if possible.