Skip to content

Latest commit

 

History

History
62 lines (52 loc) · 2.53 KB

README.md

File metadata and controls

62 lines (52 loc) · 2.53 KB

JS Stack

What is JS Stack?

JS Stack is my attempt to put together a solid base javascript stack for apps using heavy amounts of javascript. Think html5-boilerplate for javascript. In fact, I may integrate the two together. This is in a very early stage and is currently just a brainstorm. Thoughts ideas and suggestions are welcome.

Libraries

Utility Libraries

  • jQuery of course. jQuery is the primary DOM manipulation tool used in this stack.
  • underscore.js will be used for low level data manipulation and utility operations.
  • json2.js Updated JSON library
  • jQuery Metadata

Potential Backend Tools

UI Libraries (the missing component)

Templates

Potentials

Resources

Server Side