jcheype / NabAlive

Nabaztag server based on Netty
http://www.nabalive.com
63 stars 10 forks source link

Frontend depends on javascript #2

Closed datagutt closed 12 years ago

datagutt commented 12 years ago

The frontend of this depends on javascript. It also uses hashbangs, which isnt such a good idea (http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs). Javascript should only be used for improving the site, it should not be dependant on it.

jcheype commented 12 years ago

Yes, the frontend depends on JS, as any frontend made with backboneJS or GWT or other JS frontend.

If you want, you can build your own frontend as all method are available as REST API calls. I'll be pleased to find people improving Nabalive project

Best regards, Julien

datagutt commented 12 years ago

OK, i might build a frontend when i have time.