pub fn is_server_running(port: u16) -> bool
Check if a server is already running on localhost on the given port. If a server is already running, return true, otherwise return false.