Graph server visualizer

Files structure

  • Server.java - implementation of GraphStream visualizer.
  • classpaths\ - contains classpaths to run GraphStream
  • layout.css - style for visualized graph
  • Makefile - makefile for using the project

Working with project

MAIN USAGE


To run the server type make. It will compile .java file and run it on the 8008 port.

To specify port type make PORT={desired port}.


Additional commands


  • compile_server - compile .class file
  • clean_compile - remove compiled .class file