yutotnh / notify-server

When a request is received, desktop notification of the contents is sent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notify Server

When a request is received, desktop notification of the contents is sent.

Usage

Usage: notify-server.exe [PORT]

Arguments:
  [PORT]  The port to listen on [default: 12413]

Options:
  -h, --help     Print help
  -V, --version  Print version

Example

Start Server (Windows)

./notify-server.exe # default port: 12413

Client sends notification

curl -G http://localhost:12413/ --data-urlencode "summary=Hello" --data-urlencode "body=World"

Server-side desktop notification

notifycation sample

About

When a request is received, desktop notification of the contents is sent.


Languages

Language:Rust 100.0%