What options should I consider for a modern Web/Mobile development stack? [on hold]
- by jimmy_terra
I'm a long time server side dev who has been tasked with building a bleeding edge web UI (go figure), so apologies for the very broad nature of the question.
What are the best modern libraries, tools, languages and patterns for building a dynamic web application that will run seamlessly on mobiles also? My requirements are that it must be dynamic (push updates), support automated testing, and should allow 'componentization' (a team of devs will be working on this).
What should I check out and why?
I will start off with some of the things I'm looking at already:
Front-end
HTML5
CSS3
JavaScript
AngularJs
Testing
Karma
Testem
Jasmine
Patterns
Single Page Applications