Caleydo / pathfinder

Pathfinder is a tool for the visual exploration of paths in large graphs.
http://pathfinder.caleydo.org/
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

Store paths on client or server? #114

Closed alexsb closed 8 years ago

alexsb commented 9 years ago

Given the larger numbers of paths, as discussed in #111 we might consider storing the paths on the server. However, in that case, the server would have to be able to support the ranking based on attributes. Therefore, I'd try keeping everything on the client first.

cpartl commented 9 years ago

Agreed, let's try it on the client first, storing the paths on the server makes things quite complicated i guess.