Delphi and WebSocket
Ivan Revelli - Apr/2020
Ivan Revelli - Apr/2020
[SHOWTOGROUPS=4,20]
Для просмотра ссылки Войдиили Зарегистрируйся is a technology that allows a bidirectional interaction between server and client, you will tell me, nothing new with a socket connection of the 90’s we did the same thing. True!!!
The thing that makes this technology very advantageous is that first of all, it implements standards in data transmission and use protocols but mainly it can be integrated into a Web application in a very simple way using Javascript, JQuery or any JS framework.
To understand the use and ease of implementation of the WebSockets via JS, just look at the mozzila tutorial at this link :
Для просмотра ссылки Войдиили Зарегистрируйся
Below is a wonderful example video on how to implement webSoket published by Для просмотра ссылки Войдиили Зарегистрируйся
My Note: GOOD Article and sample complete:
Also very interesting is the article by Jon L. Aasenden :
Writing a Delphi WebSocket server and Smart Mobile Client in 15 minutes
Among the various solutions for implementing webSokets, the one provided by the company should be noted Для просмотра ссылки Войдиили Зарегистрируйся which provides commercial support for this type of implementation with Delphi.
[/SHOWTOGROUPS]
Для просмотра ссылки Войди
The thing that makes this technology very advantageous is that first of all, it implements standards in data transmission and use protocols but mainly it can be integrated into a Web application in a very simple way using Javascript, JQuery or any JS framework.
To understand the use and ease of implementation of the WebSockets via JS, just look at the mozzila tutorial at this link :
Для просмотра ссылки Войди
Below is a wonderful example video on how to implement webSoket published by Для просмотра ссылки Войди
My Note: GOOD Article and sample complete:
Also very interesting is the article by Jon L. Aasenden :
Writing a Delphi WebSocket server and Smart Mobile Client in 15 minutes
Among the various solutions for implementing webSokets, the one provided by the company should be noted Для просмотра ссылки Войди
[/SHOWTOGROUPS]
Последнее редактирование: