Is Indy stable for FreePascal?

I'm starting to play with FreePascal / Lazarus, and the Indy port seems to be available. Is this the last port and is it enough to use in production? (The standard operation of the HTTP post / get client type and the main side of the TCPIP server.)

Or is it possible that Indy is designed explicitly for use in FreePascal, as well as in Delphi, so that the latest version works?

Thanks!

+8
delphi freepascal indy indy10
source share
2 answers

Ive used Indy for the project, but only for the main client object.

Getting the value from the server every hour, so nothing too demanding though

CodeTyphon saved itself from any problems installing indy

+2
source share

Afaik works great on major platforms. However, unicode versions do not work in afaik development mode.

0
source share

Source: https://habr.com/ru/post/650165/


All Articles