-
Notifications
You must be signed in to change notification settings - Fork 2.5k
planning micro_modules
CoreModule has a large number of services. Each service handles a general concern, like "notifications", but increasing this granularity a little put more could allow a lot more code re-use.
One specific example that comes to mind is services that provide CRUD operations for a database table. The EntityStoreService can be used for a lot of these even though right now it's specifically used for drivers. Having a common class of service like this can also allow quickly configuring the equivalent service for providing those CRUD operations through an API.
This wiki is generated from the repository. Do not edit files the wiki.
You are reading documentation for Puter, an open-source high-level operating system.
Getting started with Puter on localhost is as simple as:
git clone https://github.com/HeyPuter/puter.git
npm install
npm run start
- Index (README.md)
- api drivers
- Group Endpoints
- Notification Endpoints
- Share Endpoints
- Type-Tagged Objects
- Comment Prefixes
- contributors vscode
- Local Email Testing
- Puter Extensions
- Repository Structure and Tooling
- Configuring Domains for Self-Hosted Puter
- Configuring Puter
- First Run Issues
- self_hosters config_values
- self_hosters credit_context
- self_hosters support
- Self-Hosting Puter
- Backend Style
- Puter Backend - Directory Structure
- Puter Backend Boot Sequence
- Puter Kernel Moduels and Services
- Index (README.md)
- Configuring AI Services
- PuterAI API Request Examples
- src backend src modules puterai config
####### For Contributors