Hi Mykola,
Unfortunately there's no documentation for this component.
This component was build before the platform had the expose REST APIs, so I'm exposing a lot of screens that work as REST endpoints.
So.. the Server.js communicates this way with the Chat Web App to read and write the information from the database entities.
This will all be re-done in the future.
I can share with you the Visual Studio solution where I generate the javascript for both Client and Server.
It is all in Typescript and I make the mapping between the OutSystems structures and the JSON objects.
It can be changed by using the free VS for web apps.
Does it help?
regards,
Hélio
Unfortunately there's no documentation for this component.
This component was build before the platform had the expose REST APIs, so I'm exposing a lot of screens that work as REST endpoints.
So.. the Server.js communicates this way with the Chat Web App to read and write the information from the database entities.
This will all be re-done in the future.
I can share with you the Visual Studio solution where I generate the javascript for both Client and Server.
It is all in Typescript and I make the mapping between the OutSystems structures and the JSON objects.
It can be changed by using the free VS for web apps.
Does it help?
regards,
Hélio