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

Restart server automatically when making changes #2251

Closed
LaurenceM10 opened this issue Apr 30, 2019 · 2 comments
Closed

Restart server automatically when making changes #2251

LaurenceM10 opened this issue Apr 30, 2019 · 2 comments

Comments

@LaurenceM10
Copy link

LaurenceM10 commented Apr 30, 2019

I created a basic server with Deno based on an example of: https://deno.land/

I added some changes and my feeling was that the server would restart with the new changes, but it was not like that.

Is there something integrated in Deno that allows it to be done, like nodemon in NodeJS?

@hayd
Copy link
Contributor

hayd commented May 4, 2019

After #1826 this can be added to the webserver / can write a nodemon-like deno application.

@bartlomieju
Copy link
Member

Restarting server should be handled by higher level lib. Writing such lib will be possible after #1826

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

No branches or pull requests

3 participants