I am trying to implement a chat widget on a website. The chat code has to stay independent of the website. My goal is to make one JS that has everything and Wrap that inside a IIFE. So if someone wants to implement chat on their site he/she can just include one JS and thing would work .
and then user can do window.chat.serverName= Window.chat.start();
This would open a new page and the chat application would be on that