Add new DOM element in Runtime using Node JS
In my server.js, I have a listener using tmi.js that gets the comments from a twitch channel, and I want to create a new DOM element everytime a new comment appears to display it on the page.
In my server.js, I have a listener using tmi.js that gets the comments from a twitch channel, and I want to create a new DOM element everytime a new comment appears to display it on the page.