Skip to content

Commit 7bdf952

Browse files
Erwan CarriouErwan Carriou
authored andcommitted
- update readme
1 parent ea2293a commit 7bdf952

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@
88

99
## What is SyrupJS ?
1010

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).
1212

1313
SyrupJS is part of the [System SDK project](https://github.com/system-sdk).
1414
System SDK is a SDK for building JavaScript Application Systems.
1515

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).
23+
1624
## What contains SyrupJS ?
1725

1826
#### A metamodel

0 commit comments

Comments
 (0)