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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -