Server.java- implementation of GraphStream visualizer.classpaths\- contains classpaths to run GraphStreamlayout.css- style for visualized graphMakefile- makefile for using the project
To run the server type make run_server. It will compile .java file and run it on the 8008 port.
To specify port type make run_server PORT={desired port}.
compile_server- compile .class fileclean_compile- remove compiled .class file