So I'm creating a project where people can work together on a task list. My current method of synchronization is pretty bad so I've been wanting to move to GoInstant for a while. As I was looking around I found out about GoAngular, which seems to provide a really sweet, intuitive way to bind together the data and display. However I do not know if GoAngular will be up to the task of handling multiple people adding deleting and reordering items at the same time.
Do you know of a way to make GoAngular support reordering? It is important that updates be incremental and not recreate the DOM of the whole list every time.