WebSocket client implementations for Delphi

后端 未结 2 1528
说谎
说谎 2021-01-13 08:39

Are there free WebSocket client implementations for Delphi? I found only this one:

WebSockets Delphi Components

but it is not free.

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 09:04

    I've added support for WebSockets to xxm. Not all handlers support the required IXxmRawSocket interface, but the Apache httpd module (xxmAHttpd) and the SCGI handler do, and I still get the best results with the standalone 'raw' handler xxmHttp. See more here.

提交回复
热议问题