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: website/docs/overview/intro.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Sprout is a comprehensive web framework that implements the core concepts of mod
8
8
9
9
**Educational Purpose**: Understanding how frameworks like Spring work internally by building similar functionality from scratch.
10
10
11
-
**Production Ready**: Despite its educational origins, Sprout includes production-grade features like NIO servers, comprehensive testing (575 tests, 85% line coverage), and security systems.
12
-
13
11
**Focused Scope**: Intentionally focused on container/AOP/web/server internals. A full ORM is out of scope for v1.0 to keep the surface area manageable and the code easy to audit.
0 commit comments