php - jquery direct messages to users -


i new jquery , wondering how can send message users there on website without need refresh page.

like, have form:

<form action="" method="post">   <input type="text" name="msg">   <input type="submit" name="submit" value="send"> </form> 

now want example enter "hello." , click send. message should appear on users on website, without refreshing there page.

is possible?

check out : pusher, pubnub, firebase, or socket.io

they started real-time logic fast.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -