nervatura 5.1.0 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,15 +24,23 @@ The framework includes:
24
24
  - standard HTTP [**RESTful API**](https://nervatura.github.io/nervatura/docs/service/api) for client communication
25
25
  - HTTP/2-based [**gRPC API**](https://nervatura.github.io/nervatura/docs/service/grpc) for server-side communication
26
26
  - JWT generation, external token validation, SSL/TLS support and other HTTP security [settings](https://github.com/nervatura/nervatura-service/blob/master/.env.example)
27
- - built-in database drivers for postgres, mysql, sqlite databases
27
+ - built-in database drivers for postgres, mysql, mssql, sqlite databases
28
28
  - a basic report generation library for creating simple PDF documents (eg. order, invoice, etc.)
29
29
  or CSV data files
30
30
  - sample report templates and [**REPORT EDITOR**](https://nervatura.github.io/nervatura/docs/client/program/editor) GUI
31
31
  - [**CLIENT**](https://nervatura.github.io/nervatura/docs/client) Web Component application and a basic **ADMIN** interface
32
32
 
33
- The client and report interface supports [multilingualism](https://nervatura.github.io/nervatura/docs/start/customization#customize-the-appearance). The framework can be easily extended with additional interfaces and functions in the any languages.
33
+ The Nervatura [**Service**](https://nervatura.github.io/nervatura/docs/service) is a simple interface layer that provides multiple, well-documented data access protocols for handling data. With their help, we can use the best data access for every development language and environment. Using the functions of the interfaces, we can be sure that the data is always read or written from the databases correctly and simply. The data can be stored in several types of databases, but they can be handled in the same format, and the database types can be easily changed.
34
34
 
35
- See the [**Examples**](https://nervatura.github.io/nervatura/docs/start/examples) for more information:
35
+ The Nervatura Service has a modular structure, where most modules are optional. The default service includes all modules, but you [can build a customized service from them](https://nervatura.github.io/nervatura/docs/install/#other-platforms-and-custom-build).
36
+
37
+ The Nervatura [**Client**](https://nervatura.github.io/nervatura/docs/client) is a standard HTML5/ES6 [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components) application that contains no other external dependencies apart from the [lit helper functions](https://lit.dev). The standard HTML5 Web Components can be easily integrated or called from other javascript frameworks. It was created so that all the business data of the framework can be managed immediately after installation through a graphical interface. The client and report interface supports [multilingualism](https://nervatura.github.io/nervatura/docs/start/customization#customize-the-appearance).
38
+
39
+ The Nervatura Framework **can be used independently**, but it is basically designed to provide a stable and secure foundation for self-developed, customized enterprise business systems. The framework **can be easily extended** with additional user interfaces or data management functions in **any programming language** or technology. Using the data from the framework, you can easily create your own web stores, user input interfaces or data interfaces for other systems.
40
+
41
+ Nervatura Client supports the business processes that most companies may need. During your own developments, you can only focus on those that really require unique solutions, and you can use the technology that best suits the purpose. This type of development means greater **technological independence and security**, since your self-developed applications are only connected to other systems through well-documented interfaces, so unnecessary external technological dependencies cannot develop.
42
+
43
+ You can find more information about the use of different programming languages and development environments in the [**Examples**](https://nervatura.github.io/nervatura/docs/start/examples) section:
36
44
  - [Node.js and NPM](https://nervatura.github.io/nervatura/docs/start/examples/#nodejs-and-npm)
37
45
  - [Python and Snap or Windows Package Manager](https://nervatura.github.io/nervatura/docs/start/examples/#python-and-snap-or-windows-package-manager)
38
46
  - [Go and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#go-and-docker)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nervatura",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
4
4
  "description": "Open Source Business Management Framework",
5
5
  "keywords": [
6
6
  "business management",