# limber **Repository Path**: mirrors_raphw/limber ## Basic Information - **Project Name**: limber - **Description**: Limber web framework (experiment) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is an experimental attempt to create a stateful web framework which builds on top of DOM manipulation. It targets the development of web applications in Java which are itself stateful and do not require high scalability. Such a framework could for example be used in intranet solutions where the model of this framework would allow an event-driven, more traditional Java programing model as for example Swing where all components are rerendered via XHR when their state changes. This is an after-work project of mine and still in the make.