Coyenn / port-alert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port Alert

A simple Node.js based application that listens on a port and sends a notification when the port is accessed.

Getting Started

To get started using docker, run the following command:

docker run --rm -p 80:80 coyann/port-alert

Alternatively, you can clone the repository and run the following commands:

pnpm install
pnpm build
pnpm start

About


Languages

Language:TypeScript 64.1%Language:Dockerfile 35.9%