node.js - Notify User to New Data -


i'm using mongodb mongoose , node.js express.

i'm building communication platform users can post suggestions other users view , respond. if 2 users using @ once, there way there live real time updates of new suggestions. know can use websockets this, wondering standard practice without websockets. if point me in right direction great. i've been coding 6 months, i'm still learning! thank you.

socket.io

it uses websocket when possible. if browser not support it.long polling used

but write same code once situations. handles them you


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -