Reputation: 330
I'm starting with Neo4J and I've done installing it from my computer. But I would like to show in my application the same graphical interface that it uses the "Server Browser".
It is a plugin? How to implement the same layout?
I'm already executed the movie example and already conected in the database with an tutorial with asp.net Mvc4 internet-based.
Thanks.
Upvotes: 2
Views: 948
Reputation: 41706
I wrote a example here: http://jexp.github.io/cy2neo and you can read more http://neo4j.com/developer/guide-data-visualization/
Also graphgists use a library that is similar to the one used in neo4j browser.
Upvotes: 3