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

Add example for autoreloading server development #449

Merged
merged 4 commits into from Feb 21, 2020

Conversation

akappel
Copy link
Contributor

@akappel akappel commented Feb 18, 2020

I was looking for a way to autoreload my server on code changes. I found that warp doesn't provide the functionality out of the box, but further investigation revealed we can do it if we convert our filter into a hyper service. I've created an example for this setup and added it to the repo, on the off chance someone else would like to see how it's done as well.

Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks!

@seanmonstar seanmonstar merged commit 081b758 into seanmonstar:master Feb 21, 2020
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.

None yet

2 participants