This is MazeRunner server that acts as a Proxy and as a Load Balancer. Forwards all the requests he receives to a MazeRunnerNode that does the hard work.
$ mvn clean install
$ mvn compile
$ mvn exec:java
Open a browser and shoot this on the url: http://ec2-18-206-71-136.compute-1.amazonaws.com:8000/mzrun.html?m=Maze100&x0=3&y0=9&x1=78&y1=89&v=50&s=astar
Written by @snackk