vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

Synchronize between clients #63

Closed tnm0113 closed 9 years ago

tnm0113 commented 9 years ago

Hi all, Is there any ways to synchronize between clients ? That means when a client request, server will response back to all clients, not just the client who makes request. In my cases, the number of clients is fixed, and the server knows information of all clients. Many tks,

vinipsmaker commented 9 years ago

Use WebSocket.