How do you generate unique URLs for a single page JavaScript app.
The URLs should behave like a normal URL, i.e. paste it in the browser and the app should load with that specific view showing provided the user has permissions. Gmail does this, so do many others.
I’m guessing it will involve reading the location hash value and performing actions appropriately.
For future projects, are there any frameworks out there that give this feature built in?
Thanks,
Sri
You can try BackboneJs, I’m sure there are million of features you’d like http://documentcloud.github.com/backbone/