Even if it use a virtual-dom library (ie. snabbdom), it's not like elm [1]
where there is a (complicated) architecture to get true widget composition
working (aka. fractal architecture).
That said, it's similar to ReactJS, in the sens that the backend always
render the whole page and asks the jav
# guile-nuweb
## Kesako nuweb?
nuweb is guile web framework where the frontend can be controlled by
the backend making it possible to write single page application
lowering the need to write javascript.
This is inspired from Nevow a Python web framework powered by twisted.
## How does it work?