delphi-websocket
delphi-websocket copied to clipboard
An easy-to-use lightweight Delphi WebSocket Server based on Indy
Results
3
delphi-websocket issues
Sort by
recently updated
recently updated
newest added
Hi You might want to have your library listed here: https://blogs.embarcadero.com/websockets-harness-real-time-power-in-your-delphi-apps/ :)
I modify the code to let the program quits when receipted 'quit' , but it's not working properly: ` procedure TWebSocketDemo.Execute(AContext: TIdContext); var io: TWebSocketIOHandlerHelper; msg: string; begin io :=...