Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Christian Lawrence
Christian Lawrence
3,941 Points

New Project, which Library?

Hello, I have just received a University interactive project which requires to be run without a webserver (so static index.html from a CD). I was think this would be a great opportunity to learn something like Angular JS, but I'm not 100% sure if this requires a server. Or is there any other new libraries (non-server) that would look good on a CV that you can recommend?

Angular is largely a MVC framework, and doesn't depend on a server. Angular is a good lib to know.

Christian Lawrence
Christian Lawrence
3,941 Points

I think for what I want to do an MVC would be the most practical thing to learn. I thought of Amber.JS as it seems more simple to me but appears to require a web-server.

Correct me if I'm wrong, but I belief that the model tends to be filled with data from a server, but that doesn't mean you're required to do so.

cristian gherghel
cristian gherghel
6,259 Points

Still, HTML5 + CSS3 they do magix on static web pages. And if you need some interaction, jQuery + Javascript, should create a "killer profile". Angular is not really easy to learn, and anyway, they all are based on Javascript.