WebSocket client implementations for Delphi

南楼画角 提交于 2019-12-01 03:04:19

问题


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

WebSockets Delphi Components

but it is not free.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/25181302/websocket-client-implementations-for-delphi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!