lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.2k stars 85 forks source link

live reload/refresh local web server. #131

Closed gsaini closed 4 years ago

gsaini commented 4 years ago

Can you please add an option of live reload on it?

Use case - We created a mock server using local web server. If we change anything on those mocks it should reload/refresh the server. (Expecting similar functionality as nodemon)

75lb commented 4 years ago

can you not use nodemon together with ws?

75lb commented 4 years ago

Closing. I don't plan to add and maintain nodemon style functionality to local-web-server. If nodemon does not restart the ws process as required, please raise an issue with the nodemon project.