This is Part 4 of Real Time Commenting System Functionality.
Part 1, Part 2 and Part 3 are Prerequisites of Part 4.
Real Time Commenting System | Part 1
Real Time Commenting System | Part 2
Real Time Commenting System | Part 3
It involves WiX Database and WiX Real time. (You can go through the Velo Documentation)
For now, you just need to know few basic concepts:
The idea of PubSub is core to Real Time.
To make it real time, wix-realtime form and wix-realtime-backend are used.
Any message published to a channel is immediately received by all of the subscribers to the channel.
All the comments of every channel is stored in Database.
Real time makes it more interactive and makes the user experience more engaging.
- Priyanka Verma