https://github.com/thevickypedia/ping-test
UI to run a ping test on any host
https://github.com/thevickypedia/ping-test
html-css-javascript javascript ping-test
Last synced: about 2 months ago
JSON representation
UI to run a ping test on any host
- Host: GitHub
- URL: https://github.com/thevickypedia/ping-test
- Owner: thevickypedia
- License: mit
- Created: 2023-06-11T08:04:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T03:55:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T22:22:36.072Z (4 months ago)
- Topics: html-css-javascript, javascript, ping-test
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ping-test
UI to run a ping test on any host using `http` or `https` protocol
> The [JavaScript](ping.js) responsible for the ping uses `fetch` functionality with `no-cors` mode to avoid being
> blocked by CORS pre-flight request.[Demo](https://htmlpreview.github.io/?https://github.com/thevickypedia/ping-test/blob/main/ping.html)
> :bulb: The demo link uses GitHub preview page, so the ping rate is from GitHub's server locations.
> Also ensure to set `protocol` as HTTPS when using the demo link.