4 ms·
You could also benefit from using websockets instead of sending the message to a DB and fetching it from there. This way, you'd have instant communication betwe
by jlis 6y ago
You could also benefit from using websockets instead of sending the message to a DB and fetching it from there. This way, you'd have instant communication between the users and there's no need to store anything.