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: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The goal of this project is to create a micro web framework in Java that should
13
13
Pippo can be used in small and medium applications and also in applications based on micro services architecture.
14
14
We believe in simplicity and we will try to develop this framework with these words in mind.
15
15
16
-
The core is small (around 140k) and we intend to keep it as small/simple as possible and to push new functionalities in pippo modules and third-party repositories/modules.
16
+
The core is small (around **140 KB**) and we intend to keep it as small/simple as possible and to push new functionalities in pippo modules and third-party repositories/modules.
17
17
You are not forced to use a specific template engine or an embedded web server. Furthermore you have multiple out of the box options (see [Templates](/doc/templates.html) and [Server](/doc/server.html)).
18
18
19
19
Also, Pippo comes with a very small footprint that makes it excellent for embedded devices (Raspberry Pi for example).
0 commit comments