Files
puter/extensions/README.md
T
KernelDeimos 5433dde6d7 dev(extensions): [+] dev-socket
This extensions brings back the dev-socket functionality, which is
really important when testing things like broadcast, alarms, events, etc
; it saves a lot of time if you can invoke a command directly to the
backend.

This is an optional extension that will not be included in production
deployments. This is for development purposes only.
2026-02-03 19:39:07 -05:00

16 lines
718 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Extension System Development Guide
## Where to find documentation
### Here
Documentation for extensions is [here](src/backend/doc/extensions/README.md).
### Bundled extensions
- **dev-console** (`extensions/dev-console/`) Dev socket for running backend commands locally. Opt-in via `DEVCONSOLE=1` (e.g. `npm run dev`). See [Backend dev socket](src/backend/doc/dev_socket.md).
### Not Here
Outdated documentation for extensions is [here](../doc/contributors/extensions/README.md).
This documentation may include some topics that are missing from the current documentation. Eventually those topics should be updated and transferred to the current documentation so that this documentation may be removed.