Welcome to PGD
If this is your first visit, be sure to check out the FAQ by clicking the link above. You have to register before you can post.
If you have recently signed up, please make sure you log in so that your activity is registered. This is required for automatic promotions to work and to ensure your account is not deleted during the registration process.
AthenaOfDelphi
Originally Posted by hgbk Good to find a forum related to pascal. I'm writing software for a cards game - just for fun and without commercial interest but nevertheless with corona motivated ambition I have a front-end server written in JavaScript and a backend-server written in Lazarus Pascal. Both need to send messages to each other. The data to be transferred are coded in JSON. I think Sockets could do the job. Does anybody has experience in such a scenario or could give me a hint how to achieve this. ...