andremussche/DelphiWebsockets

Which version of Delphi are supported?

Nic2012 opened this issue · 2 comments

I am still using Delphi 7 pro for a very old product still running at customers.
Can I integrate y implementation inside D7 too?

On a modern browser a typical client would be used by "socket =new Websocket()" (rfc6455) in javascript. Or do I need the socket.io API clientside in browser?

r1me commented

It will not compile because it requires Generics.Collections. "Out of the box" support for Lazarus would be more interesting ;-)