I'm developping a one-page application at data-vizualisation purpose, using D3. The fact is that I have a lot of data to transfer from my server (which is Express) to my client (several Mo in json).
I'd like to test something but i don't if this can be done : i'd like to dynamically generate some html code (for instance the content of a div) on my server and be able to send it to the client.
Can this be done, and if so, how ?