Dit topic is afgesplitst van [Alg] Welke tools heb jij gemaakt? - deel IV
Hoi Ik wil graag een nieuw Framework laten zien, Unify Framework is vandaag Open Source gegaan. Unify is een Nieuw type framework dat het maken van software naar een heel nieuw paradigma brengt. Waarin je in het vorige paradigma veel verschillende lagen moet programmeren voor een werkende applicatie. Zijn in Unify de front end en back end geïntegreerd naar 1 geünificeerd model.
## Simplicity
An application in Unify looks like an pseudocode representation of what your application should look like. But with one difference, It actually works as an application.
## Clean
The source code of your application has never been so clean.
## Powerfull
In Unify you write less code that does more.
## Beauty
The syntax is wonderful, And stays wonderful.
## Features
Unify does have huge feature set, You can use Nodejs Modules, Client JavaScript Library's and all the Browser Api's within your unify objects.
## Cross Platform and Devices
You can run your unify application as web server, You can also compile your unify application with one npm command to a native Windows, Linux or even an Android executable ( Apple is planned ).
## Scalability
Unify Supports multi core and multi server support. So you can run your application on different cores and servers and all the Databases will stay in sync as if running it just on one server.
## Application Scalability
The complexity of your application doesn't grow when the size of your application grows.
## Server and Client side Intergration
In Unify your Server and Client side code are unified into one unified Solution. You can create Tables, Columns, Searches, Filters, Collections, RenderCollections and manipulate these without touching an database, Controller, Model or write a line of SQL.
## Security
You can secure your objects, With a new and simple security model. Which lets you describe in a simple way, In your unify object.
## Open Source
Unify is Open source. Under AGPL License. If the AGPL License doesn't suit your needs, Proprietary licenses are also available.
https://unifyjs.org/
Hoi Ik wil graag een nieuw Framework laten zien, Unify Framework is vandaag Open Source gegaan. Unify is een Nieuw type framework dat het maken van software naar een heel nieuw paradigma brengt. Waarin je in het vorige paradigma veel verschillende lagen moet programmeren voor een werkende applicatie. Zijn in Unify de front end en back end geïntegreerd naar 1 geünificeerd model.
## Simplicity
An application in Unify looks like an pseudocode representation of what your application should look like. But with one difference, It actually works as an application.
## Clean
The source code of your application has never been so clean.
## Powerfull
In Unify you write less code that does more.
## Beauty
The syntax is wonderful, And stays wonderful.
## Features
Unify does have huge feature set, You can use Nodejs Modules, Client JavaScript Library's and all the Browser Api's within your unify objects.
## Cross Platform and Devices
You can run your unify application as web server, You can also compile your unify application with one npm command to a native Windows, Linux or even an Android executable ( Apple is planned ).
## Scalability
Unify Supports multi core and multi server support. So you can run your application on different cores and servers and all the Databases will stay in sync as if running it just on one server.
## Application Scalability
The complexity of your application doesn't grow when the size of your application grows.
## Server and Client side Intergration
In Unify your Server and Client side code are unified into one unified Solution. You can create Tables, Columns, Searches, Filters, Collections, RenderCollections and manipulate these without touching an database, Controller, Model or write a line of SQL.
## Security
You can secure your objects, With a new and simple security model. Which lets you describe in a simple way, In your unify object.
## Open Source
Unify is Open source. Under AGPL License. If the AGPL License doesn't suit your needs, Proprietary licenses are also available.
https://unifyjs.org/
[ Voor 79% gewijzigd door RobIII op 14-10-2022 13:13 ]