Home > Back-end >  Delphi setup websocket services for help
Delphi setup websocket services for help

Time:10-02

To use Delphi builds a websocket server, the client can have multiple (others with other language development),
Online didn't find relevant example, very little about Delphi builds websocket services related knowledge, who has the relevant examples of simple Delphi websocket communication?
Which controls should be used?
How to shake hands? How to establish a connection or very fuzzy, really long,,

CodePudding user response:

TCPIPserver, UDPServer can, can also build web service

CodePudding user response:

Key is to put the entire websocket agreement understand, there is a detailed description of RFC6455, but standard document generally difficult, find a translation online,
Other words do not have what special, websocket belongs to the application layer protocol, on TCP, as long as you use the socket API can be achieved, saying I was interested in, another day using IOCP model encapsulates a look, as learning,
  • Related