Can browser guides be used to query db and show results in IT?

Hello
I want to show my graph in an HTML table.
Can I use browser guide technologies are is it better to build a website that query the DB?

Hi @bruno.c,

Welcome in Neo4j community!

First read this information, and try choose this option which you prefer: Graph Visualization Tools - Developer Guides .

Thank you maciej,

I was aware of this link.
Let me refine my question then:
Are browser guides meant for that ? :slight_smile:

Yes you can query neo4j from a javascript web app, just use the JS driver with a web dependency.

here is also an simple example for a JS application backend:

You can also use a framework like

structr.com

1 Like