Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lutfailham96/server-webhooks-rs


https://github.com/lutfailham96/server-webhooks-rs

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# server-webhooks-rs
Simple webhook server written in Rust, usually used with Jenkins CI/CD or etc

## How it works?
When webhook endpoint called via http client, webhook engine will executed command procedure to update microservice

## Build
```shell
cargo build -r
```

## How to run
```

```