Zorium - The CoffeeScript Web Framework
(╯°□°)╯︵ ┻━┻
v1.0.0
- First Class RxJS Observables
- Built for Isomorphism (server-side rendering)
- Fast! - virtual-dom
- Standardized Best Practices
- Material Design Components
- Production-ready Seed Project
- It's just CoffeeScript, no magic
z = require 'zorium'
class AppComponent
constructor: ->
@state = z.state
name: 'Zorium'
render: =>
{name} = @state.getValue()
z '.zorium',
z 'p.text',
"The Future -#{name}"
z.render document.body, new AppComponent()
npm install --save zorium
npm install
npm test
Documentation - zorium-site
IRC: #zorium
- chat.freenode.net