discontinued in April 2022.We are currently working on a project called CWC.
CWC is a "Software Development Software" project. It allows you to focus and develop the application you want to create without dealing with programming languages, backend, frontend, database, security.

Programming languages and technologies used while developing the CWC project are: C/C++, WASM, Golang, NoSql. In addition, Dart language, Flutter framework.

Why WASM? Efficient, fast, safe

The kind of binary format being considered for WASM can be natively decoded much faster than JavaScript can be parsed (experiments show more than 20× faster). The Wasm "stack machine" is designed to be encoded in a size- and load-time-efficient binary format. WebAssembly aims to execute at native speed by taking advantage of "common hardware capabilities" available on a wide range of platforms. In addition, it has the ability to effectively hide large amounts of code.

Why FLUTTER?

At the core of Flutter is the Flutter engine, which is mostly written in C++ and supports the primitives necessary to support all Flutter applications. The embedder is written in a language that is appropriate for the platform: currently Java and C++ for Android, Objective-C/C++ for iOS and macOS, and C++ for Windows and Linux. Using the embedder, Flutter code can be integrated into an existing application as a module, or the code may be the entire content of the application.