Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russll/awesome-derby
A collection of awesome derby components
https://github.com/russll/awesome-derby
List: awesome-derby
Last synced: about 1 month ago
JSON representation
A collection of awesome derby components
- Host: GitHub
- URL: https://github.com/russll/awesome-derby
- Owner: russll
- License: mit
- Created: 2014-08-24T10:45:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T14:37:26.000Z (over 10 years ago)
- Last Synced: 2024-05-19T21:59:30.722Z (7 months ago)
- Size: 141 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-lists - awesome-derby
- awesomelist - awesome-derby
- collection - awesome-derby
- lists - awesome-derby
- awesome-javascript - awesome-derby - A collection of awesome derby components - ★ 11 (MVC Frameworks and Libraries)
- awesome-javascript - derby-awesome - A collection of awesome derby components (MVC Frameworks and Libraries / Runner)
- ultimate-awesome - awesome-derby - A collection of awesome derby components. (Other Lists / PowerShell Lists)
README
# Awesome Derby
=============A collection of awesome derby components
* [Awesome Derby](#awesome-derby)
* [Information](#information)
* [Components](#components)
----## Information
* [derby](https://github.com/derbyjs/derby) - MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers
* [component-examples](https://github.com/derbyjs/component-examples) - listing of community built derby examples
* [racer](https://github.com/derbyjs/racer) - Realtime model synchronization engine for Node.js
* [derby-starter](https://github.com/derbyjs/derby-starter) - A generic server for use with Derby apps
* [derby-examples](https://github.com/derbyjs/derby-examples) - Example applications for the Derby framework
* [generator-derby](https://github.com/derbyparty/generator-derby) - Yeoman generator that scaffolds out a Derby 0.6 project.
* [derby-login](https://github.com/derbyparty/derby-login) - Auth for Derby
* [auth-example](https://github.com/derbyparty/auth-example) - App that use derby-login
* [derby-faq](https://github.com/derbyparty/derby-faq) - Derby FAQ
* [derby-hook](https://github.com/zag2art/derby-hook) - Derby store hook
* [derby-validate](https://github.com/psirenny/derby-validate) - Derby validation
* [derby-user](https://github.com/psirenny/derby-user) - A user management system for the Derby JS framework
* [connect-derby](https://github.com/psirenny/connect-derby) - Derby session store for Connect
* [derby-email](https://github.com/psirenny/derby-email) - Create emails using Derby JS apps/templates
* [derby-error](https://github.com/psirenny/derby-error) - Add standard error routes to a Derby JS app
* [derby-less](https://github.com/derbyjs/derby-less) - Derby plugin to add Less support
* [derby-stylus](https://github.com/derbyjs/derby-stylus) - Derby plugin to add Stylus support
* [derby-standalone](https://github.com/derbyjs/derby-standalone) - Client-side only version of Derby
* [derby-markdown](https://github.com/derbyparty/derby-markdown) - markdown compiler for Derby## Components
* [d-connection-alert](https://github.com/derbyjs/d-connection-alert) - Connection alert Derby component
* [d-barchart](https://github.com/derbyjs/d-barchart) - Example barchart component built with derby + some d3.js
* [d-d3-barchart](https://github.com/derbyjs/d-d3-barchart) - Barchart component for Derby demonstrating a common pattern with d3.js
* [d-barchart-vanilla](https://github.com/derbyjs/d-barchart-vanilla) - Barchart component for Derby built without d3.js to illustrate a pattern
* [d-bootstrap](https://github.com/derbyjs/d-bootstrap) - A Derby component library based on Twitter Bootstrap
* [d-quill](https://github.com/derbyjs/d-quill) - Derby rich text editor component based on Quill
* [d-showdown](https://github.com/derbyjs/d-showdown) - Derby component wrapping showdown (markdown renderer)
* [d-codemirror](https://github.com/derbyjs/d-codemirror) - Derby component for live-bound CodeMirror
* [d-mapbox](https://github.com/derbyparty/d-mapbox) - Map component for Derby
* [derby-ui-toast](https://github.com/ile/derby-ui-toast) - Notification messages for Derby
* [d-analytics](https://github.com/icaliman/d-analytics) - Google Analytics component for Derby.js
* [d-grouped-barchart](https://github.com/dmapper/d-grouped-barchart) - Derby grouped bar chart component using d3 and d3-tip.
* [d-material](https://github.com/onerussell/d-material) - Pack of derbyjs components for quickly creation google material design sites
* [d-material-example](https://github.com/onerussell/d-material-example) - An example of d-material components
* [d-leaflet](https://github.com/onerussell/d-leaflet) - Leaflet maps for Derby
* [d-share](https://github.com/icaliman/d-share) - Share buttons in Derby apps
* [d-before-unload](https://github.com/derbyjs/d-before-unload) - Derby component to stop page from unloading when it has pending operations
* [d-command-line](https://github.com/icaliman/d-command-line) - Command line Derby component
* [derby-flash](https://github.com/ile/derby-flash) - Flash messages
* [d-comp-palette](https://github.com/shuslav/d-comp-palette) - A set of components for Derby
* [d-comp-palette-example](https://github.com/shuslav/d-comp-palette-example) - An example of d-comp-palette components