Skip to content

Commit 63f5e15

Browse files
committed
update core size
1 parent 3f1bcb6 commit 63f5e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ The goal of this project is to create a micro web framework in Java that should
1313
Pippo can be used in small and medium applications and also in applications based on micro services architecture.
1414
We believe in simplicity and we will try to develop this framework with these words in mind.
1515

16-
The core is small (around 100k) 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 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.
1717
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)).
1818

1919
Also, Pippo comes with a very small footprint that makes it excellent for embedded devices (Raspberry PI for example).
2020

2121
The framework is based on Java Servlet 3.0 and requires Java 7.
2222

23-
**Note:** Pippo is built using Java 1.7 but we use lambdas in examples to show shorter code. Of course if your project is build with Java 1.8 you can use lambdas also.
23+
**Note:** Pippo is built using Java 1.7 but if your project is build with Java 1.8 you can use lambdas. We use lambdas in examples to show shorter code.

0 commit comments

Comments
 (0)