Skip to content
Niklas Andréasson edited this page Apr 29, 2014 · 19 revisions

##Plugins, Extensions ###derby-auth Provides authentication middleware (using Passport) for use in your Derby projects. ###i18n Simple filesystem-based i18n support for derby, a node.js MVC framework. It is planned to support interpolation and plurals in the near future. ###derby-autosuggest Multi auto suggest component & code example for Derby ###racer-server-request Request data from racer server. Lets you use Racer's socket.io connection to call server functions from the client. Useful, for example, if you want to make an API request from your app at run-time, but it needs to be called from the server to bypass x-domain restrictions. ###refList-wrapper Wrapper for DerbyJS refList

###derby-ui-toast Notification messages (toasts)

###derby-ui-modal Modal dialog

###derby-user A user library for Derby

###derby-datepicker A datepicker component for Derby

##Website Showcase ###HabitRPG A habit tracker app which treats your goals like a Role Playing Game - source code: https://github.com/lefnire/habitrpg/ ###Unroll.me Life is busy. Your inbox shouldn't be.
Note that the front pages are currently all static views and do not showcase Derby; to see Derby apps in action, you'll need to log in or sign up. ###Phish Vids Interactive drill-down searching for Phish videos - source code: https://github.com/switz/phishvids ###Type4Fame Multiplayer Typing Game - source code: https://github.com/cray0000/type4fame ###Bible Reading Bible translation app.

##Other ###Derby Boilerplate A saner starting point for new projects than derby new first-project, see Using Derby "Edge" ###TodoMVC MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers. Derby implementation. ###Derby Goals An experiment writing an open goal tracker app with the derbyjs framework. ###Pavel's Documentation Pavel is adding extensive documentation to the Derby & Racer codebases, and has created a pull-request to merge at least the Derby documentation

##Official Projects ###Derby Examples Example applications for the Derby framework. ###Racer Racer is a realtime model synchronization engine for Node.js. It enables mutliple users to interact with the same data objects via sophisticated conflict detection and resolution algorithms. At the same time, it provides a simple object accessor and event interface for writing application logic. ###Racer DB Mongo MongoDB database plugin for Racer ###Derby UI Boot A Derby component library based on Twitter Bootstrap ###Saddle DOM bindings for Derby (still in development, we're not quite sure what it's for) ###Racer Util Utility functions for racer (required by Racer, you likely won't use this yourself)

Clone this wiki locally