Please refer to the complete PDF documentation.
Petri networks allow modeling an infinite number of diverse applications. At a basic level, they consist of four main elements: Tokens, Places, Transitions, and Arcs:
- Token -> Sprites : objects defined by properties.
- Places, activities, or « scenes » : containers holding one or multiple sprites.
- Transitions : manage « events » to move from one activity to another.
- Arcs : connect places to transitions.
An existing software for Petri network modeling generates files representing descriptions in JSON format. Here, we aim to utilize the generated JSON, which corresponds to the description of web applications, to design the next step. This step will transform the Petri network into a functional web application, making use of HTML-CSS-JS combination.
- Create a folder named
uploads
with write permissions. - Ensure that the
generated
folder has write permissions.
The demo
folder contains examples of Petri networks in JSON format.
The password for ex1
is demo
.