An open API service indexing awesome lists of open source software.

https://github.com/raphw/limber

Limber web framework (experiment)
https://github.com/raphw/limber

Last synced: 12 months ago
JSON representation

Limber web framework (experiment)

Awesome Lists containing this project

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.