Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-24-2018 09:25 AM
Let me introduce the module I created for using Neo4j Bolt driver for JavaScript from the Angular application. A special browser version of the driver supports connecting to Neo4j over WebSockets.
https://www.npmjs.com/package/angular-neo4j
On GitHub: https://github.com/webmaxru/angular-neo4j
PRs are welcome!
Maxim Salnikov
08-24-2018 11:32 AM
Nice work Maxim! So it looks like from the README you have a situation where the user is entering their username/password into your angular app to use with the database, is that right?
It looks like a pretty easy way to plug in a neo4j connection into any angular app. What kind of apps are you writing with this?
08-24-2018 12:31 PM
Thank you, David!
Yes, in the simplest (backendless) setup the user enters neo4j credentials in the app's UI dialog. That works fine for the internal tools/helpers I build to support my team's experiments on relationships-based identity management at ForgeRock. My teammates had a session at GraphConnect about Access Management: Injecting Identity into the Graph
All the sessions of the conference are now available online