Having separate apps does not require needing several Sammy.js instances.
Instead, suggest using one Sammy set up that 'publishes' the new route through PubSub and have the apps subscribe to it.
I could envision app name as first element in the routes,with the rest being dynamic (from 'splat') just published to all listeners. App that listens on channel labeled 'appname' and get deeper routing details as args.
This way (with pub sub) you will not feel compelled to use several dammies as you do not attach callbacks to routes directly
--
You received this message because you are subscribed to the Google Groups "Sammy.js" group.
To post to this group, send email to sam...@googlegroups.com.
To unsubscribe from this group, send email to sammyjs+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sammyjs?hl=en.