Frappe Framework
Framework #
- tags
- Python, JavaScript, Low Code , Open Source
Eliminate 97.42%* of your software development effort Low code, open source, web framework in Python and Javascript for the 21st century
Batteries Included #
Frappe ships with essential modules that are required to build any serious business application
Metadata First #
Everything in Frappe is a DocType. DocTypes can be defined easily without code used everywhere.
Admin User Interface #
Frappe comes with a rich single page application (SPA) with built in forms, list, search and navigation.
Roles and Permissions #
You define user roles and permissions that are applied out of the box on all interactions.
Extensible #
With a modular architecture, you can create your own apps that can be extended by other apps.
REST API + Webhooks #
Frappe is integration friendly and comes with REST API and Webhooks on all models based on authentication.
Job Scheduler #
You can configure background workers and run periodic tasks powered by Python RQ.
Socket.io #
Frappe comes with first class socket.io support based on NodeJS and using Redis pub-sub.
Email Setup #
Send, receive, view and manage emails easily using SMTP and IMAP based email accounts.
Multi-tenant #
Database driven multi-tenant architecture easily lets you host multiple sites on a single server.
Rapid Application Development #
Features that make you productive from day one
- Powerful ORM
- Form Builder
- File Based Routing
- Background Jobs
- REST API