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

feat: Live Server #2

Merged
merged 7 commits into from
Jul 1, 2023
Merged

feat: Live Server #2

merged 7 commits into from
Jul 1, 2023

Conversation

barelyhuman
Copy link
Owner

Implement a simple and fast WS implementation to allow live reloading and compilation of files.

Goals

  • Atomic File recompilation instead of re compiling the whole thing
  • Fast WS implementation so that the reloads are almost instant

- hard coded ws connection code
- wastes memory by adding alvu files to watcher even if serve is
  disabled
moves away from the the initial script
 approach and an instead uses inheritance
to build singular files as needs
@barelyhuman barelyhuman merged commit 3549160 into main Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant