WebSocket.pas
October 6, 2024 ยท View on GitHub
WebSocket server/client implementation in Object Pascal
This project is based directly on pure and minimal Object Pascal source code.
Project contains implementation of clients and servers using WebSocket protocol RFC
This library is a remastered, rewritten and customized version of Bauglir-WebSocket-2 (here and here) which originally are based on Bronislav Klucka's WebSocket library source code.
This library requires Ararat Synapse socket library to compile.