Deno: Restart server automatically when making changes

Created on 30 Apr 2019  路  2Comments  路  Source: denoland/deno

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?

Most helpful comment

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

All 2 comments

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ry picture ry  路  3Comments

zugende picture zugende  路  3Comments

kitsonk picture kitsonk  路  3Comments

xueqingxiao picture xueqingxiao  路  3Comments

metakeule picture metakeule  路  3Comments