I'm backbone beginner. I think using
socket.io instead of REST is wonderful. I try this backbone.iobind example in github. When i ran this project, i found that i can't remove todo item. Open project and open this TodoListItem view, i toggled some break point, TodoListItem view fired up completed and delete event. Run it step by step when it pass over
this.model.save({ completed: !!!status });
and observe this console log at server, socket at server doesn't got any update event???
Thanks for any help!!!