MESSAGING | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

MESSAGING

Please is it possible to create an instant messaging page just for communication or chatting between two people in a webpage using HTML.. Please how can I do it...?

5th Aug 2018, 9:26 PM
Victor Etim
Victor Etim - avatar
5 Answers
+ 1
So i need to learn javascript
6th Aug 2018, 8:44 AM
Victor Etim
Victor Etim - avatar
+ 2
HTML by itself is static. Instant messaging is dynamic. You would need to use a language (generally JavaScript) with dynamic capabilities.
5th Aug 2018, 9:48 PM
Janning⭐
Janning⭐ - avatar
+ 1
Ok
6th Aug 2018, 8:43 AM
Victor Etim
Victor Etim - avatar
0
Yep, that would be useful to learn.
6th Aug 2018, 9:17 PM
Janning⭐
Janning⭐ - avatar
0
Look for Node.js and Socket.io (ps. once used them for same task) :P
7th Aug 2018, 11:02 AM
Mustafa Yıldız
Mustafa Yıldız - avatar