2018-01-10 12:49:52 +00:00
|
|
|
# Frappe.js
|
|
|
|
|
|
|
|
Frappe.js is a meta-data driven framework that enables rapid application development of Node.js and Electron based applications.
|
|
|
|
|
|
|
|
## Contents
|
|
|
|
|
|
|
|
- Models and Documents
|
|
|
|
- [Declaring Models](models.md)
|
|
|
|
- [Controllers](controllers.md)
|
|
|
|
- [Metadata](metadata.md)
|
2018-01-10 12:57:24 +00:00
|
|
|
- [Managing Documents](document.md)
|
2018-01-10 12:49:52 +00:00
|
|
|
- [Server](server.md)
|
|
|
|
- [REST API](rest.md)
|
|
|
|
- [Client](client.md)
|
2018-01-10 12:54:27 +00:00
|
|
|
- [Routing](router.md)
|
2018-01-10 12:49:52 +00:00
|
|
|
- [Page](page.md)
|
|
|
|
- [Lists](lists.md)
|
|
|
|
- [Forms](forms.md)
|
|
|
|
- [Controls](controls.md)
|
|
|
|
- [Backends](backends.md)
|
|
|
|
- [Testing](testing.md)
|