Skip to content

allow to use port 0 #100

@DarkPark

Description

@DarkPark

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 () { ... });

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions