nova icon indicating copy to clipboard operation
nova copied to clipboard

DOM manipulation

Open etxemag75 opened this issue 4 months ago • 1 comments

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?

etxemag75 avatar Oct 07 '24 10:10 etxemag75