I work on a YouTube music player for Chrome as a side-project: http://streamus.com/. It has done reasonably well for itself - 14k users and a 4.8/5 in the store.
I think my front-end is pretty standard: jQuery, jQuery UI, jQuery Transit, qTip2, Backbone, Backbone Marionette, Lo-Dash, Jasmine.
Back-end is all Microsoft-land because I was more comfortable building it in C#. NHibernate (ORM), AutoFac (Dependency Injection), AutoMapper (DTO<->Domain object mapper), NUnit (Test). Database is MSSQL. It's hosted by AppHarbor: https://appharbor.com/
Comments
I work on a YouTube music player for Chrome as a side-project: http://streamus.com/. It has done reasonably well for itself - 14k users and a 4.8/5 in the store.
I think my front-end is pretty standard: jQuery, jQuery UI, jQuery Transit, qTip2, Backbone, Backbone Marionette, Lo-Dash, Jasmine.
Back-end is all Microsoft-land because I was more comfortable building it in C#. NHibernate (ORM), AutoFac (Dependency Injection), AutoMapper (DTO<->Domain object mapper), NUnit (Test). Database is MSSQL. It's hosted by AppHarbor: https://appharbor.com/