About 115,000 results
Open links in new tab
  1. How to ping a server using JavaScript - GeeksforGeeks

    Aug 2, 2024 · The idea is to send an echo message to the server (called ping) and the server is expected to reply back with a similar message (called pong). Ping messages are sent and …

  2. How to ping IP addresses using JavaScript - Stack Overflow

    Feb 10, 2011 · I want to run a JavaScript code to ping 4 different IP addresses and then retrieve the packet loss and latency of these ping requests and display them on the page. How do I do …

  3. How to Ping Server in JavaScript - Delft Stack

    Mar 11, 2025 · Learn how to ping a server or URL using JavaScript in this informative article. We cover methods using the Fetch API and XMLHttpRequest, providing clear examples and …

  4. Ping a server in javascript - JSFiddle - Code Playground

    Debug your Fiddle with a minimal built-in JavaScript console. JSFiddle is used by you and 4+ million other developers, in many companies ... ... and top educational institutions:

  5. GitHub - alfg/ping.js: :bell: Ping the web with Javascript.

    Ping.js is a small and simple Javascript library for the browser to "ping" response times to web servers in Javascript! This is useful for when you want to display realtime ping times on a …

  6. Ping a Server Using JavaScript - Online Tutorials Library

    Apr 27, 2022 · We can use a JavaScript function for sending the Ping messages to the server. In this tutorial, we will be sending the Pings by using the AJAX functionality and then displaying …

  7. ping.js - npm

    Ping.js is a small and simple Javascript library to ping response times to servers in pure Javascript! This is useful for when you want to display realtime ping times on a status page …

  8. Is it possible to ping a server from Javascript? - Stack Overflow

    Nov 26, 2010 · You can't directly "ping" in javascript. There may be a few other ways: Ajax; Using a java applet with isReachable; Writing a serverside script which pings and using AJAX to …

  9. How to Implement a JavaScript Ping - BrightHub

    This guide shows how to keep alive connections and check for domains and IP addresses using JavaScript ping and covers two methods, which are pinging by using an image and pinging a …

  10. GitHub - jdfreder/pingjs: JavaScript client side ping API.

    JavaScript ping API for use in a web browser context. Released under the BSD-3-Clause license, see LICENSE. There are three possible ways to install this. Drag and drop the ping.js file next …

  11. Some results have been removed
Refresh