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

Hot reloading #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Hot reloading #1

wants to merge 5 commits into from

Conversation

obiwac
Copy link
Member

@obiwac obiwac commented Sep 13, 2022

Hot loading of components in the KOS.
This includes:

  • Hot reloading of devices.
  • Hot reloading of apps.
  • Interface for devices to monitor for file changes (e.g. the UI device could check for theme file changes at the same occasion).
  • Possibly a core device for apps to also monitor file events and hot reload them if necessary.
  • Proper locking going through send_device to make sure there aren't any race condition shenanigans.

This will be done through libuv.

@obiwac obiwac added the enhancement New feature or request label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant