Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webserver improvements #688

Open
promise opened this issue Jan 24, 2022 · 0 comments
Open

Webserver improvements #688

promise opened this issue Jan 24, 2022 · 0 comments

Comments

@promise
Copy link

promise commented Jan 24, 2022

These are only mild suggestions and would improve customization with plugins interacting with the webserver by a lot.

  • moving the ./src/modules/webserver.js outside of the modules folder, to not confuse with actual modules- this file is more of a constant or an utility and it would make more sense to have it in a utils folder, or even just in ./src might be the cleanest
  • move code from the webserver.js file to ./src/modules/webserverPlugin.js, it makes more sense to have it there. This also opens up for more plugin customization as we don't need to remove specific code from the webserver.js file to customize our webserver, but instead can just replace the webserverPlugin.js.
@DarkView DarkView changed the title Suggestion: webserver improvements Webserver improvements Sep 21, 2023
@github-project-automation github-project-automation bot moved this to New Suggestions in Suggestions Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New Suggestions
Development

No branches or pull requests

2 participants