8000 GitHub - kennedy-osaze/uptime-monitor: A pure nodejs app that helps monitor websites. No framework no libraries
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kennedy-osaze/uptime-monitor

Folders and files

NameName
Last commit message
Last commit date

Late 8000 st commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uptime Monitor

A nodejs app to help monitor websites with no framework no libraries used.

This example project also uses some of node modules/apis such as async_hooks, tls, net, repl, etc. to gain knowledge about them.

Installation

Do: git clone https://github.com/kennedy-osaze/uptime-monitor.git

In the https folder do the following to obtain a self-signed certificate:
openssl req -x509 -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -keyout localhost-privkey.pem -out localhost-cert.pem

Run: node index.js

About

A pure nodejs app that helps monitor websites. No framework no libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0