+ 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...?
5 Answers
+ 1
So i need to learn javascript
+ 2
HTML by itself is static. Instant messaging is dynamic. You would need to use a language (generally JavaScript) with dynamic capabilities.
+ 1
Ok
0
Yep, that would be useful to learn.
0
Look for Node.js and Socket.io
(ps. once used them for same task) :P