Skip to content

Commit

Permalink
docs: add reference to cronyx-server and cronyx-client in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiosaka committed Nov 5, 2023
1 parent a577109 commit 144b528
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

Script-based task scheduler with scalable architecture, and integrated dependency management.

## 🌐 CronyxServer Integration

Cronyx can now be extended beyond the TypeScript ecosystem using [CronyxServer](https://github.com/yujiosaka/CronyxServer). This HTTP server interface allows you to leverage Cronyx's features from any language.

- **Language Agnostic**: With CronyxServer, you can use Cronyx in languages like Python, Go, Java, and more.
- **Ease of Integration**: CronyxServer comes with client libraries like [CronyxClient.js](https://github.com/yujiosaka/CronyxClient.js) and [CronyxClient.py](https://github.com/yujiosaka/CronyxClient.py), making integration seamless.

## 🌟 Features

<img src="https://github.com/yujiosaka/Cronyx/assets/2261067/09977f48-6bfb-48a6-93ad-3325fccc901a" alt="icon" width="300" align="right">
Expand Down

0 comments on commit 144b528

Please sign in to comment.