WebSocket - Who is the "server" and who is the "client"?
Solved
General and Desktop
-
@bd9a said in WebSocket - Who is the "server" and who is the "client"?:
Who is the "server" and who is the "client",
Since the app should connect to the site I would use the QWebSocketServer on the 'Site' application.
-
Someone must provide a server - how should the client connect without it otherwise?
But it must not be necessarily a Qt server or client since websockets is an open standard. -
Someone must provide a server - how should the client connect without it otherwise?
But it must not be necessarily a Qt server or client since websockets is an open standard.@christian-ehrlicher Ty, that's all I need.