M
M
may-cat2015-03-26 14:37:58
CMS
may-cat, 2015-03-26 14:37:58

Is there a forum engine with push and realtime updates?

The forums I've come across only update the feed when the page is reloaded.
Are there any solutions with real-time feed update?
The ideal example is a "wall" in VKontakte, where there is one post-topicstarter, and a discussion that is loaded in real time.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri Shikanov, 2015-03-26
@may-cat

NodeBB

A
Alexander Kubintsev, 2015-03-26
@akubintsev

In my opinion, there is no particular difficulty in finishing the engine you are used to by adding WebSocket and a queue manager to it.
When updating, a command is sent through the queue manager with a couple of lines of code with information about the changes. The WebSocket daemon listens for manager events and sends messages to the client browser.
socketo.me/docs/push

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question