This is a WhatsApp Web Chrome extension that allows users to read messages while they're written.
You won't need to wait until the other person finshes to write the message and send it.
Live chats are a lot more interesting and engaging, it's a new way of communication.
This is the actual extension code, if you want to see or change the server-side code, you can go here.
The actual Chrome extension can be founded on the Chrome WebStore.
WhatsAppLiveLogo_128.pngis the only icon of the project, it's used everytime the extension needs to be displayedbundle.jsis the background script, from where the extension connects to the server. It also contains all the socket.io-client codecontent.jsis the usual content scripts that interacts with the WhatsApp Web pagemanifest.jsonuses manifest v.2, so yet no service workers and so on (I'll probably will update it soon)popup.htmlandpopup.jsare loaded when you click the extension's icon
WhatsApp is a trademark of WhatsApp Inc. WhatsApp Live, developed by Lorenzo Raffini, has no connection with WhatsApp or WhatsApp Inc.
This extension was made in only a month by a 17 years old solo programmer without any previous knowledge of NodeJS, Express, Socket.io, GitHub or even Chrome extensions programming. So please be kind and collaborative, help me improving this really fun project, thanks ; )