You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,19 @@
8
8
9
9
## What is SyrupJS ?
10
10
11
-
[SyrupJS](https://syrupjs.github.io) (System Runtime Platform) is a JavaScript library to run and manage **JavaScript Application Systems**, applications driven by the design.
11
+
[SyrupJS](https://syrupjs.github.io) (System Runtime Platform) is a JavaScript library to run and manage **JavaScript Application Systems** created with [System Designer](http://designfirst.io).
12
12
13
13
SyrupJS is part of the [System SDK project](https://github.com/system-sdk).
14
14
System SDK is a SDK for building JavaScript Application Systems.
15
15
16
+
## What does SyrupJS do ?
17
+
18
+
#### JSON Virtual Machine (JVM)
19
+
20
+
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store your model, components and the behaviors of your app.
21
+
22
+
SyrupJS will load your JSON and run your app as a JVM (JSON Virtual Machine).
0 commit comments