@cocreate/server
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,8 @@ | ||
## [1.1.3](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.2...v1.1.3) (2024-03-18) | ||
### Bug Fixes | ||
* description ([4a7044a](https://github.com/CoCreate-app/CoCreate-server/commit/4a7044ab74efda9d020cfcb570396432ea1e24ec)) | ||
## [1.1.2](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.1...v1.1.2) (2024-02-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/server", | ||
"version": "1.1.2", | ||
"description": "An intergration with Server and CoCreateJS.", | ||
"version": "1.1.3", | ||
"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" | ||
], | ||
@@ -23,0 +17,0 @@ "publishConfig": { |
# 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. | ||
@@ -8,6 +8,13 @@  | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
## 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. | ||
 | ||
@@ -14,0 +21,0 @@ |
72040
99