Building a Web App without a Framework 

Some web frameworks

  • Angular
  • Ember
  • Meteor

NodeJs is NOT a framework

Title Text

We need Structure

  • Models
  • Controllers
  • Views
  • Services aka Singletons

Wait... that sounds like Angular

We use frameworks to take out boilerplate

Any framework is there to save you time

Plus, 1,000's of developers > you

Creating a web app without a framework is still a good learning experience

Go forth and learn the basics of JS and then conquer your desired framework

Warning your web app might look like this

Building a Web App without a Framework

By James Brinkerhoff

Building a Web App without a Framework

  • 627