A replica of Contabo's ecomping-nue/ping API built using Node.js, Express, and Axios.
ecomping-nue
is a simple API server that mimics the functionality of Contabo's /ping
endpoint. It returns a JSON response containing:
- source_ip: The client's IP address.
- latency_ms: The latency in milliseconds.
- time: The current time in ISO 8601 format.
This project is built with Express and uses Axios for making HTTP requests.
You're welcome to contribute! Feel free to create pull requests and help improve the project.
- Hakkodevelopment