Skip to content
/ dashku Public

Dashku Open Source Edition - Realtime dashboard and widgets

Notifications You must be signed in to change notification settings

gijs/dashku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashku - open source edition (beta)

Welcome to the open source edition of Dashku.

Dashku is a SocketStream application that let's you build real-time Dashboard and Widgets using HTML, CSS, and JavaScript.

The application was a prototype, and was well-received. We would like to share it with everyone, so we've decided to make it open source.

Enjoy.

Anephenix, 7th September 2012

Dependencies

  • Node.js (0.8)
  • MongoDB
  • Redis

Installation

git clone git://github.com/Anephenix/dashku.git
cd dashku
npm install

Usage

mongod &
redis-server &
coffee app.coffee

Testing

Dashku has some tests, but not enough. More will be added in the future.

There are also a few unit tests run by Mocha

cake test

To run the integration test suite

node_modules/.bin/cucumber.js

License & Credits

©2012 Anephenix Ltd.

Dashku is licensed under the MIT license

About

Dashku Open Source Edition - Realtime dashboard and widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published