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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -