Skip to content

Commit cc47670

Browse files
authored
Update README.md
1 parent 96cdcaa commit cc47670

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
## This is forked jam.py to continue the support and development, since Andrew is retiring from jam.py project. The GH organisation name is jam.py-v5, since we are hoping to release official v7 this year (2025).
88

99

10-
Jam.py is powerful Web Application Builder for managing data effortlessly. All batteries included.
10+
Jam.py is powerful Web Application Builder for managing data effortlessly. All batteries included. Plus, it is event driven! What is EDA:
1111

12-
A major difference from other products is that the entire application is contained within a **single SQLite3 file**. And it can be **encrypted**!
12+
"An event-driven framework, also known as event-driven architecture (EDA), is a design pattern where software components communicate and react to changes in state or events." Everyhing in Jam.py can be an event. Like a mouse click, or pressing CRTL+Ins, CTRL+Del, whatever is defined by you.
13+
14+
Another major difference from other products is that the entire application is contained within a **single SQLite3 file**. And it can be **encrypted**!
1315

1416
Another key distinction is the ability to run **any Python procedure directly within the Application Builder** - including popular libraries like Matplotlib, Pandas, and NumPy - with the results displayed in the browser. Python procedure can run **synchronously** or **asynchronously** on the server. There's no need to access the console to review logs anymore, the **server sends results** to the browser!
1517

0 commit comments

Comments
 (0)