0.8.40 • Published 4 months ago

@interaqt/runtime v0.8.40

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Quick Start

What is @interaqt/runtime

@interaqt/runtime is a brand-new application framework. For better understanding, it can be considered as an alternative to a Web Framework + ORM/CMS + BPM Engine.

Why create @interaqt/runtime

@interaqt/runtime implements a simpler yet more challenging paradigm:

data = computation(events)

With this paradigm, we consistently describe what the data in the system is, and with a single line of code manipulating data, a complete application can be implemented. The intuitive features include:

  • Almost achieving the implementation of software once the requirements are modeled.
  • No manually written code for data changes, thus eliminating bugs due to human error.

More importantly, the reason for creating @interaqt/runtime is:

  • After modeling requirements, its code and software architecture can begin to be automatically generated, no longer relying on human experience.
  • Requirements remain unchanged, but architecture can automatically adapt with changes in data volume and concurrency.

Using @interaqt/runtime

Step 1: Installation

npx create-interaqt-app myapp
cd myapp

Step 2: start the project and dashboard

npm run dev

Open a new console and enter the myapp directory.

cd dashboard
npm start

Your application is now running at http://localhost:4000 by default. Your dashboard is now running at http://localhost:5173 by default.

0.8.40

4 months ago

0.8.38

4 months ago

0.8.39

4 months ago

0.8.37

4 months ago

0.8.33

4 months ago

0.8.29

4 months ago

0.8.28

4 months ago

0.8.30

4 months ago

0.8.32

4 months ago

0.8.31

4 months ago

0.8.27

4 months ago

0.8.26

4 months ago

0.8.25

4 months ago

0.8.24

5 months ago

0.8.23

5 months ago

0.8.22

5 months ago

0.8.21

5 months ago

0.8.20

5 months ago

0.8.19

5 months ago

0.8.18

5 months ago

0.8.17

5 months ago

0.8.16

5 months ago

0.8.15

5 months ago

0.8.14

5 months ago

0.8.13

5 months ago

0.8.12

5 months ago

0.8.9

5 months ago

0.8.11

5 months ago

0.8.8

5 months ago

0.8.10

5 months ago

0.8.7

5 months ago

0.8.4

5 months ago

0.8.6

5 months ago

1.0.0-alpha.9

5 months ago

0.8.1

5 months ago

0.8.0

5 months ago

0.8.3

5 months ago

0.8.2

5 months ago

1.0.0-alpha.7

5 months ago

1.0.0-alpha.6

5 months ago

1.0.0-alpha.5

5 months ago

1.0.0-alpha.3

5 months ago

1.0.0-alpha.2

5 months ago

1.0.0-alpha.8

5 months ago

1.0.0-alpha.1

5 months ago