raphw / limber

Limber web framework (experiment)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Limber web framework (experiment)


Languages

Language:Java 66.5%Language:JavaScript 33.5%