We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, cool project you've got here. I did something similar for general JSPM/SystemJS projects here: https://github.com/capaj/systemjs-hot-reloader what do you use to notify the frontend about changes? I created a new project for that, which is just a simple wrapper around chokidar: https://github.com/capaj/chokidar-socket-emitter
Maybe it would be worth it to take a look into maybe using the same for the server part? What do you think?
The text was updated successfully, but these errors were encountered:
@capaj sounds great! I'll review the options and definitely consider applying them in some scenarios!
Sorry, something went wrong.
No branches or pull requests
Hey, cool project you've got here.
I did something similar for general JSPM/SystemJS projects here:
https://github.com/capaj/systemjs-hot-reloader
what do you use to notify the frontend about changes?
I created a new project for that, which is just a simple wrapper around chokidar:
https://github.com/capaj/chokidar-socket-emitter
Maybe it would be worth it to take a look into maybe using the same for the server part? What do you think?
The text was updated successfully, but these errors were encountered: