I'm newbie on using SpineJS and having happy time with it.
And, when I finished contact examples and saw some other components in SpineJS,
I realized there's no example about Web Site(which has many html pages).
It seems like SpineJS is not proper framework for web site design.
(I think this kind of framework is proper for Single Page Application)
I thought like that because I should create 'websocket' object in the first view of my web site.
I cannot keep the 'websocket' object when I leave first view( html page changed.).
I should keep this 'websocket' for whole time until user logs out.
Is it right? or are there ways that I can create multi view web site?
(AngularJS framework support this with $route service. - it can load html page without reloading whole framework.)