0
I wish to chat in Delphi. In a standard project where the two tips would be using a quiet Delphi application (Socketserver and Clientsocket).
But my question is the following: One of the tips will be using a Delphi project and the other will be using a Web system.
I’m a little lost, which technologies (and how) should I use to get the Chat in question?
What is a "web system" ? Give a concrete example of what such a "web system" would be. If you are thinking of a standard web browser (Firefox, Chrome) etc you could make the Delphi tip behave like a web server, or probably more appropriate would both the browser and the Delphi application communicate using Websockets.
– zentrunix
The "web system" is an intranet on which we use to manage calls and projects. And excuse ignorance, but how to make Delphi behave like a web server? Thanks.
– Andrey
You can use Datasnap from Delphi itself, or if you think your application will have many simultaneous accesses, I suggest the mORMot
– Victor Tadashi