0.8.40 • Published 1 year ago

@interaqt/runtime v0.8.40

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.8.38

1 year ago

0.8.39

1 year ago

0.8.37

1 year ago

0.8.33

1 year ago

0.8.29

1 year ago

0.8.28

1 year ago

0.8.30

1 year ago

0.8.32

1 year ago

0.8.31

1 year ago

0.8.27

1 year ago

0.8.26

1 year ago

0.8.25

1 year ago

0.8.24

1 year ago

0.8.23

1 year ago

0.8.22

1 year ago

0.8.21

1 year ago

0.8.20

1 year ago

0.8.19

1 year ago

0.8.18

1 year ago

0.8.17

1 year ago

0.8.16

1 year ago

0.8.15

1 year ago

0.8.14

1 year ago

0.8.13

1 year ago

0.8.12

1 year ago

0.8.9

1 year ago

0.8.11

1 year ago

0.8.8

1 year ago

0.8.10

1 year ago

0.8.7

1 year ago

0.8.4

1 year ago

0.8.6

1 year ago

1.0.0-alpha.9

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

1.0.0-alpha.7

1 year ago

1.0.0-alpha.6

1 year ago

1.0.0-alpha.5

1 year ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.8

1 year ago

1.0.0-alpha.1

1 year ago