Configure your connection settings using the
connect property:
<deep-chat connect='{"url":"https://service.com/chat"}'/>
The target service needs to be able to handle Deep Chat's
request and
response formats.
To avoid making changes to the service, use any of the following approaches:
- Add
interceptor properties to augment the transferred objects.
- Use a
handler function to control the request logic with your own code.
When creating a new server, use these example templates:
← Back