In order to take advantage of react and to improve the UX, I think the results from processLinks in parse.go should be fed to a channel that will distribute the values using server sent events. This will allow updating the link table as new values are received and reducing the content download for links with many children.
In order to take advantage of react and to improve the UX, I think the results from
processLinks
inparse.go
should be fed to a channel that will distribute the values using server sent events. This will allow updating the link table as new values are received and reducing the content download for links with many children.