|
|
|
|
|
by Wilya
4880 days ago
|
|
Not directly. More like TCP-like messaging over HTTP. The server needs to understand the websockets protocol. Writing a basic server that strips the websockets part from messages and forwards them to a real TCP server isn't very hard, but it's still a server you need. |
|