mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-15 01:47:55 -05:00
Add Ducksboard as an example app.
This commit is contained in:
BIN
docs/images/ducksboard.png
Normal file
BIN
docs/images/ducksboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 116 KiB |
20
index.html
20
index.html
@@ -2638,6 +2638,26 @@ var model = localBackbone.Model.extend(...);
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-ducksboard">Ducksboard</h2>
|
||||
|
||||
<p>
|
||||
<a href="http://ducksboard.com/">Ducksboard</a> is an online dashboard
|
||||
for your SaaS and business metrics, built with
|
||||
<a href="http://twistedmatrix.com/">Twisted</a> and
|
||||
<a href="http://www.djangoproject.com/">Django</a> and using WebSockets.
|
||||
It can fetch data from popular SaaS providers or accept input through
|
||||
a simple API.
|
||||
Backbone is used throughout Ducksboard's interface, every widget,
|
||||
dashboard and SaaS account is a Backbone model with several views
|
||||
(data display, configuration view).
|
||||
</p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a href="http://ducksboard.com/">
|
||||
<img src="docs/images/ducksboard.png" alt="Ducksboard" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="faq">F.A.Q.</h2>
|
||||
|
||||
<p id="FAQ-events">
|
||||
|
||||
Reference in New Issue
Block a user