Skip to content

max-kalganov/graph_stream_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 run_server. It will compile .java file and run it on the 8008 port.

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


Additional commands


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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published