pingoo

A small library which provide a ping endpoint based on the stock HTTP module from Node.JS.


Keywords
ping, pingoo, express, http, server, monit, monitor, monitoring, app, stay, alive
License
MIT
Install
npm install pingoo@1.1.1

Documentation

Pingoo

A small library which provide a ping endpoint based on the stock HTTP module from Node.JS.

Installation

$ npm install pingoo --save

Usage

const pingoo = require('pingoo')
const ping = pingoo() 

Advanced Usage

const pingoo = require('pingoo')

const options = {
  port: 7337,
  route: 'ping'
}
const ping = pingoo(options) 

Release History

  • 0.1.0 Initial release