I'm using node js for my server side and angular and html for my client side.
I have insert data on my server side to mongoose. when I'm on the same page and want to insert new data to mongoose I have to restart the server again for it to work.
How can I write it in the code to restart it? or if there is a different way to clean my previous request?
via user193239
No comments:
Post a Comment