Skip to content

Avoid hardcoding port 8093 to allow multiple instances of Glyphhanger to run in parallel #27

@jialiang

Description

@jialiang

Currently the Web Server is hard-coded to always use port 8093:

const SERVER_PORT = 8093;

Would be great if it can either:

  • Check if the port is already in use and try the next port number instead or
  • Allow passing a custom port number to use, e.g. --port 1234

My use case is to have multiple instances of Glyphhanger running in parallel to subset multiple font files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions