Graph-Visualization / graph-api

Backend containing all the algorithms of graphs
http://graph-apiv1.herokuapp.com
3 stars 8 forks source link

Creating Goroutines for faster computation #2

Open yashrsharma44 opened 3 years ago

yashrsharma44 commented 3 years ago

Currently our tech-stack uses NodeJS for backend and Vanilla JS for frontend. We would love to add in a separate backend service using Golang for running algorithms in a distributed manner(using goroutines for tasks) which can be parallelized.

This is an advanced issue, so it would require planning and approach to solve it, more like a rough proposal about the implementation details, before tackling it. Requires basic knowledge of Golang and HTTP package of Golang, along with knowledge of Goroutines.