Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Mar 18, 2024
1 parent 2857a2b commit 4a7044a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# CoCreate-server

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 server 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/server)
CoCreate-server is a dynamic SSL certificate manager that simplifies the process of managing and generating SSL certificates for your web applications. It supports both proxy servers like NGINX and Node.js SSL termination, making it a versatile tool for securing your connections.

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

## Features

- **Dynamic SSL Management:** Automatically manages and renews SSL certificates.
- **Proxy Support:** Designed to work with popular proxy servers like NGINX.
- **Fallback to Node.js:** Can also terminate SSL directly in Node.js for environments without a proxy.
- **ACME Protocol Integration:** Utilizes ACME to automate the certificate issuance process.

![CoCreate-server](https://cdn.cocreate.app/docs/CoCreate-server.gif)

## [Docs & Demo](https://cocreate.app/docs/server)
Expand Down
30 changes: 12 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"name": "@cocreate/server",
"version": "1.1.2",
"description": "An intergration with Server and CoCreateJS.",
"description": "A dynamic SSL certificate management and generation tool for proxies like NGINX, with a fallback to Node.js SSL termination. It seamlessly integrates HTTP, HTTPS, and ACME protocols to ensure secure, encrypted connections.",
"keywords": [
"server",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"SSL certificate management",
"NGINX",
"Node.js SSL termination",
"HTTPS",
"ACME protocol",
"secure connections",
"encryption",
"dynamic SSL generation",
"proxy security",
"web security"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 4a7044a

Please sign in to comment.