Is it possible to handle routes without hash, i.e. pretty routes. Instead of domain.com#!profile/John just domain.com/profile/John. Url rewriting can be done on server side but I wonder how to handle this on client-side.
I know history.js and sammy.js handle pretty routes but I'm not sure they can be integrated with jmvc or am I wrong?
I know history.js and sammy.js handle pretty routes but I'm not sure they can be integrated with jmvc or am I wrong?