Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebSocket client implementations for Delphi

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

WebSockets Delphi Components

but it is not free.

like image 831
Iryna Avatar asked Aug 07 '14 11:08

Iryna


2 Answers

Here is my open source library: https://github.com/andremussche/DelphiWebsockets

like image 71
André Avatar answered Nov 15 '22 03:11

André


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.

like image 21
Stijn Sanders Avatar answered Nov 15 '22 03:11

Stijn Sanders