Skip to content

sincerefly/online-ping-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Ping Demo

A simple web-based ping tool that displays real-time ping command output in the browser.

Available Implementations:

  • Python: Flask + Flask-SocketIO + Eventlet
  • Node.js: Express + Socket.IO

Quick Start

git clone git@github.com:sincerefly/online-ping-demo.git
cd online-ping-demo

Python

cd python3
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py

Node.js

cd nodejs
npm install
node app.js

Open http://127.0.0.1:5000 in your browser.

Demo

About

Real-time web ping tool powered by Socket.IO

Resources

Stars

Watchers

Forks

Contributors