Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.01 KB

main.md

File metadata and controls

31 lines (24 loc) · 2.01 KB

Zation

Zation is an application server framework which lets you build fast, real-time, secure and scalable backends. You can scale it on more CPU cores or machines/instances. It's ideal for creating real-time apps, e.g. mobile apps with react-native, multiplayer games or real-time statistic apps. The Zation API is providing lots of functions, like a big toolbox and is well structured and documented. The complete framework has full typescript and promises support. Also, it's easy to use which lets you build big backends very quickly. The Zation framework also provides client libraries for communicating to the backend and a library for testing the server. Another nice feature of the Zation framework is code error detection. This feature will check your code for errors. If fatal errors are detected the server won't start for protecting you of an unsafe or faulty backend.

The Zation backend framework is written in Typescript and uses the µWebSockets library which is written in C++. So you have to use Typescript or JavaScript to write your backend code. For communication to the client, Zation is using the HTTP and WebSocket protocol. Zation will offer more than one client driver in different programming languages. At the moment there is only one client driver in JavaScript, so you have to write your client in JavaScript.

The developer of the Zation framework is Luca Scaringella. The framework will continuously be maintained and improved.

If you don't know how you can implement something after reading this documentation, try to look in the documentation of the Zation API. If this not helps, you can send me a message to info@zation.de.

Donate

Please consider donating if you think Zation is helpful to you or that my work is valuable. I am happy if you can help me. Click here to donate. 💰

Next