8 comments

[ 3081 ms ] story [ 2544 ms ] thread
Nice work! Some time age I worked on a similar project for a client but with much bigger scaling needs (300k+ concurrent connections). My client authorized me to publish the project with an open licence. It's available here if you want to take a look: https://github.com/geekuillaume/chatup
Uhm, yeah it works but it's just a barebones chat using socket.io or am I missing something here?
Including no input/output sanitization which leads to XSS issues.
It needs to sanitize the input text. Very important from security perspective.
open console. type this setInterval(() => {$('.msg_send_btn').click()},50);