Skip to content

Commit 1f9c2d6

Browse files
committed
fix: description
1 parent b769179 commit 1f9c2d6

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-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-nginx
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 nginx 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/nginx)
3+
CoCreate-nginx is an innovative module designed to automate the full lifecycle management of NGINX 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/nginx/latest/CoCreate-nginx.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/nginx/latest/CoCreate-nginx.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
77
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/nginx/latest/CoCreate-nginx.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-nginx?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-nginx?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 NGINX on your system, removing manual setup steps.
15+
- **Dynamic Configuration:** Provides a simple API to configure NGINX dynamically, adapting to application requirements.
16+
- **Auto-Reloading:** Automatically reloads NGINX configuration without downtime, ensuring seamless updates.
17+
- **Easy Startup:** Manages NGINX startup procedures to ensure your web server is always ready when your application is.
18+
1219
![CoCreate-nginx](https://cdn.cocreate.app/docs/CoCreate-nginx.gif)
1320

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

package.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
{
22
"name": "@cocreate/nginx",
33
"version": "1.3.1",
4-
"description": "An intergration with Nginx and CoCreateJS.",
4+
"description": "Automates NGINX 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
"nginx",
77
"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",
21-
"javascript-framework"
8+
"NGINX",
9+
"automation",
10+
"web server",
11+
"configuration",
12+
"dynamic reloading",
13+
"installation",
14+
"management"
2215
],
2316
"publishConfig": {
2417
"access": "public"

0 commit comments

Comments
 (0)