-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
It's possible to have more than one project using livereload and running at the same time.
It would be nice to allow OS to dynamically randomly generate ports on server creation.
So the following code should not create a server on the default port 35729 but on some random one:
server.listen(0, function () { ... });