Skip to content

Reachability

Allow the use of a remote host to determine connectivity, and optionally, responsiveness

vue
<script setup lang="ts">
import { Reachability, Status } from '@latency-labs/networking'

const reachabilityStats = ref('');

onMounted(() => {
  const client = new Reachability('1.1.1.1');

  client.tbd();
})
</script>

<div>
    Performance stats: {{ reachabilityStats }}
</div>
© 2026 Latency Labs LLC
latency

© 2026 Latency Labs LLC.