-
Notifications
You must be signed in to change notification settings - Fork 265
Community Projects
##Plugins, Extensions, Components ###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 Derb ###refList-wrapper Wrapper for DerbyJS refList
##Website Showcase ###HabitRPG A habit tracker app which treats your goals like a Role Playing Game. ###Phish Vids Interactive drill-down searching for Phish videos ###Bible Reading Bible translation app.
##Other ###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
- https://github.com/irnc/derby/tree/add-docco-comments
- https://github.com/irnc/racer/tree/add-docco-comments
##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