Skip to content

Commit 98b6083

Browse files
committed
fix: description
1 parent c84a188 commit 98b6083

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# CoCreate-haproxy
22

3-
A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all haproxy completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/haproxy)
3+
CoCreate-haproxy is an innovative module designed to automate the full lifecycle management of HAproxy web servers. It simplifies the processes of installation, configuration, startup, and dynamic reloading based on the application's needs, making it an indispensable tool for developers and system administrators.
44

55
![minified](https://img.badgesize.io/https://cdn.cocreate.app/haproxy/latest/CoCreate-haproxy.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/haproxy/latest/CoCreate-haproxy.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
77
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/haproxy/latest/CoCreate-haproxy.min.js?compression=brotli&style=flat-square&label=brotli)
8-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9-
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-haproxy?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-haproxy?style=flat-square)
1010
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

12+
## Features
13+
14+
- **Automated Installation:** Automatically installs HAproxy on your system, removing manual setup steps.
15+
- **Dynamic Configuration:** Provides a simple API to configure HAproxy dynamically, adapting to application requirements.
16+
- **Auto-Reloading:** Automatically reloads HAproxy configuration without downtime, ensuring seamless updates.
17+
- **Easy Startup:** Manages HAproxy startup procedures to ensure your web server is always ready when your application is.
18+
1219
![CoCreate-haproxy](https://cdn.cocreate.app/docs/CoCreate-haproxy.gif)
1320

1421
## [Docs & Demo](https://cocreate.app/docs/haproxy)

package.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
{
22
"name": "@cocreate/haproxy",
33
"version": "1.0.0",
4-
"description": "An intergration with Haproxy and CoCreateJS.",
4+
"description": "Automates HApxy server management tasks including installation, configuration, startup, and dynamic reloading in response to application changes. Designed to streamline web server setup and management.",
55
"keywords": [
66
"haproxy",
7-
"cocreate",
8-
"low-code-framework",
9-
"no-code-framework",
10-
"cocreatejs",
11-
"cocreatejs-component",
12-
"cocreate-framework",
13-
"no-code",
14-
"low-code",
15-
"collaborative-framework",
16-
"realtime",
17-
"realtime-framework",
18-
"collaboration",
19-
"shared-editing",
20-
"html5-framework",
7+
"automation",
8+
"web server",
9+
"configuration",
10+
"dynamic reloading",
11+
"installation",
12+
"management",
2113
"javascript-framework"
2214
],
2315
"publishConfig": {

0 commit comments

Comments
 (0)