This is a source for GraphStream that allows to control a graph from a web browser. Control is done calling the following url : http://host/graphId this is a rest api so you have to provide information for all parameters e.g. :id
/nodewith the following http requests/:idpost: add a Node/:iddelete: delete a Node
/edgewith the following http requests/:id/:from/:to/:directedpost: add Edge/:iddelete: add Edge
/step/:steppost: take given steps
the gs-core dependency is marked as "provided" in the maven configuration, so don't forget to add gs-core to any project's dependencies that would use gs-source-http.
See COPYING.