This repository was archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
Plugin System? #301
Labels
Comments
I'm currently thinking about overhauling the architecture of both the backend and the frontend. If I could use the eventEmitter pattern as much as possible, on both the server and the client, that would make a good fit for plugins. Everything in the core would then fire an event that you could hook into. I might create a new branch soon, in which I start doing this overhaul. Stay tuned! |
+1 |
It's a start in the right direction! |
I +1 this |
Closed
Centralizing plugin stuff here: #554 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I am modifying Shout to a point where I cannot easily update it when you push a new fix. I'm wondering what your thoughts are on core modifications like this
Is there a plugin system planned for shout? It would be nice to be able to have all the system wide changes I want to make remain in a separate folder that isn't touched from a git update.
Those changes being fairly significant...
The text was updated successfully, but these errors were encountered: