Push updates
Server pushes Live changes
Learn where Node.js WebSocket features fit in Wappler and how realtime flows differ from request-response APIs.
Realtime Data with WebSockets is a Node.js-specific runtime feature in Wappler. Use it when the server should push updates to connected clients without waiting for page reloads, form submits, or polling.
It complements the normal route and API flow rather than replacing it: pages and APIs still handle the shared app structure, while sockets add live server-to-client updates.
Review what you did and choose a next tour.
Continue with the Node.js-specific branch or jump back to the shared Server Connect learning path.