Texonom
Texonom
/
Application
Application
/Network Science/ICT/
Realtime Channel
Search

Realtime Channel

Creator
Creator
Seonglae Cho
Created
Created
2025 Feb 13 16:3
Editor
Editor
Seonglae Cho
Edited
Edited
2025 Feb 13 16:3
Refs
Refs

Realtime Communication

  • WebSocket
  • Socket IO
 
 
 
 
Patterns for building realtime features
Realtime features make apps feel modern, collaborative, and up-to-date. The features predominantly require sharing changes triggered by one user to other users, as the changes are happening. This typically means your server needs to send data to some set of clients, where those clients don’t know they are missing the data. These patterns rely on a connection between the client and the server, where the server can notify the client of some data.
Patterns for building realtime features
https://zknill.io/posts/patterns-for-building-realtime/
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/
Realtime Channel
Copyright Seonglae Cho