SaiHarshaK/GoThere

Display result of the computed values in browser, refresh on subsequent requests

Closed this issue · 2 comments

After finding the computed best path, need to show the result in a div in front-end which refreshes on every POST request made showing the new set of values.

figure out communication from golang to AJAX

AJAX has responseText which can be utilized, now to parse the string as an object to display the results