I want to create a simple website to visualize my data. I'm interested in graph from neo4j but don't know how to embedded it to my website. How I can do it? Thank you.
The simple answer is to install it on your webserver.
http://mydomain.com:7474 will then load the browser.
However, you'll still have a lot of things to solve about security and authentication, which I think are most simply solved with an nginx reverse proxy.