nova
nova copied to clipboard
DOM manipulation
I like your approach with Nova, but I don't see any support to dynamically modify html objects in the DOM after the page has been served, but I could have missed it when went through the examples and Nova framework code.
Other frameworks like N2O opens up a WebSocket connection between the Server and the Web browser, which is then used to send javascript commands to update DOM, dynamically adding or removing html objects. Also Nitrogen framework uses a similar approach with Ajax.
Are you planning to add something similar?