Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namjul/spine
Lightweight MVC library for building JavaScript applications
https://github.com/namjul/spine
Last synced: 19 days ago
JSON representation
Lightweight MVC library for building JavaScript applications
- Host: GitHub
- URL: https://github.com/namjul/spine
- Owner: namjul
- License: mit
- Fork: true (spine/spine)
- Created: 2012-02-26T17:18:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-26T17:29:27.000Z (over 12 years ago)
- Last Synced: 2024-04-14T09:08:19.662Z (7 months ago)
- Language: JavaScript
- Homepage: http://spinejs.com
- Size: 947 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spine
Spine is a lightweight framework for building JavaScript web applications. Spine gives you an MVC structure and then gets out of your way, allowing you to concentrate on the fun stuff, building awesome web applications.
Spine is opinionated in its approach to web application architecture and design. Spine's architecture complements patterns such as de-coupled components and CommonJS modules, markedly helping with code quality and maintainability.
The library is written in [CoffeeScript](http://jashkenas.github.com/coffee-script), but doesn't necessarily require CoffeeScript to develop applications - you can use whichever language you're most familiar with.
Spine is tiny, the library comes in at around 500 lines of CoffeeScript, that's about 2K minified & compressed. Being lightweight and simple is fundamental to Spine.
For documentation, usage, and examples, see: [spinejs.com](http://spinejs.com)